Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=57",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 58,
    "results": [
        {
            "start": 822078666,
            "stop": 822080834
        },
        {
            "start": 822081697,
            "stop": 822084846
        },
        {
            "start": 822085973,
            "stop": 822088163
        },
        {
            "start": 822089061,
            "stop": 822089549
        },
        {
            "start": 822090072,
            "stop": 822090223
        },
        {
            "start": 822091558,
            "stop": 822092275
        },
        {
            "start": 822092992,
            "stop": 822094179
        },
        {
            "start": 822095391,
            "stop": 822153539
        },
        {
            "start": 822176021,
            "stop": 822176707
        },
        {
            "start": 822176834,
            "stop": 822177478
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179709
        },
        {
            "start": 822181212,
            "stop": 822182573
        },
        {
            "start": 822183783,
            "stop": 822184641
        },
        {
            "start": 822185720,
            "stop": 822198255
        },
        {
            "start": 822202745,
            "stop": 822205498
        },
        {
            "start": 822206353,
            "stop": 822208658
        },
        {
            "start": 822209829,
            "stop": 822220303
        },
        {
            "start": 822272362,
            "stop": 822282520
        },
        {
            "start": 822283875,
            "stop": 822290057
        }
    ]
}