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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=471",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 472,
    "results": [
        {
            "start": 953631271,
            "stop": 953631272
        },
        {
            "start": 953631274,
            "stop": 953635913
        },
        {
            "start": 953637441,
            "stop": 953647155
        },
        {
            "start": 953647157,
            "stop": 953647628
        },
        {
            "start": 953647697,
            "stop": 953647756
        },
        {
            "start": 953647829,
            "stop": 953648232
        },
        {
            "start": 953648234,
            "stop": 953651093
        },
        {
            "start": 953652548,
            "stop": 953654218
        },
        {
            "start": 953654220,
            "stop": 953654550
        },
        {
            "start": 953670172,
            "stop": 953670464
        },
        {
            "start": 953672117,
            "stop": 953674618
        },
        {
            "start": 953677854,
            "stop": 953679685
        },
        {
            "start": 953679690,
            "stop": 953686237
        },
        {
            "start": 953687731,
            "stop": 953720144
        },
        {
            "start": 953723264,
            "stop": 953744458
        },
        {
            "start": 953747723,
            "stop": 953768714
        },
        {
            "start": 953778450,
            "stop": 953796277
        },
        {
            "start": 953803579,
            "stop": 953821925
        },
        {
            "start": 953826693,
            "stop": 953834901
        },
        {
            "start": 953834902,
            "stop": 953835677
        }
    ]
}