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_CBCLOW_CAT2/segments?format=api&page=488
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=489",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=487",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 488,
    "results": [
        {
            "start": 821835049,
            "stop": 821872850
        },
        {
            "start": 821873857,
            "stop": 821884733
        },
        {
            "start": 821884766,
            "stop": 821990700
        },
        {
            "start": 821991457,
            "stop": 822012121
        },
        {
            "start": 822012652,
            "stop": 822032077
        },
        {
            "start": 822032078,
            "stop": 822032187
        },
        {
            "start": 822032746,
            "stop": 822034915
        },
        {
            "start": 822035372,
            "stop": 822077942
        },
        {
            "start": 822078666,
            "stop": 822085238
        },
        {
            "start": 822085973,
            "stop": 822089774
        },
        {
            "start": 822089788,
            "stop": 822089816
        },
        {
            "start": 822089823,
            "stop": 822090611
        },
        {
            "start": 822091558,
            "stop": 822094570
        },
        {
            "start": 822095391,
            "stop": 822142077
        },
        {
            "start": 822142078,
            "stop": 822153539
        },
        {
            "start": 822174946,
            "stop": 822175205
        },
        {
            "start": 822176021,
            "stop": 822176707
        },
        {
            "start": 822176834,
            "stop": 822177508
        },
        {
            "start": 822178204,
            "stop": 822179426
        },
        {
            "start": 822179496,
            "stop": 822179726
        }
    ]
}