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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=41",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 42,
    "results": [
        {
            "start": 820438614,
            "stop": 820443260
        },
        {
            "start": 820444459,
            "stop": 820450961
        },
        {
            "start": 820451607,
            "stop": 820451731
        },
        {
            "start": 820451803,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820460000
        },
        {
            "start": 820460005,
            "stop": 820462360
        },
        {
            "start": 820462365,
            "stop": 820473244
        },
        {
            "start": 820473411,
            "stop": 820479592
        },
        {
            "start": 820480322,
            "stop": 820480379
        },
        {
            "start": 820480383,
            "stop": 820481446
        },
        {
            "start": 820481564,
            "stop": 820507981
        },
        {
            "start": 820509989,
            "stop": 820510675
        },
        {
            "start": 820512639,
            "stop": 820522061
        },
        {
            "start": 820522272,
            "stop": 820522531
        },
        {
            "start": 820522613,
            "stop": 820522780
        },
        {
            "start": 820525502,
            "stop": 820528710
        },
        {
            "start": 820537954,
            "stop": 820539117
        },
        {
            "start": 820541648,
            "stop": 820544790
        },
        {
            "start": 820544850,
            "stop": 820544857
        },
        {
            "start": 820546174,
            "stop": 820550176
        }
    ]
}