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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=33",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 34,
    "results": [
        {
            "start": 820228522,
            "stop": 820275900
        },
        {
            "start": 820279504,
            "stop": 820279554
        },
        {
            "start": 820279555,
            "stop": 820321203
        },
        {
            "start": 820322155,
            "stop": 820327213
        },
        {
            "start": 820327950,
            "stop": 820340655
        },
        {
            "start": 820359255,
            "stop": 820359383
        },
        {
            "start": 820359679,
            "stop": 820364653
        },
        {
            "start": 820365358,
            "stop": 820372153
        },
        {
            "start": 820373453,
            "stop": 820398973
        },
        {
            "start": 820407777,
            "stop": 820429986
        },
        {
            "start": 820430905,
            "stop": 820450964
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820518133
        },
        {
            "start": 820518144,
            "stop": 820518145
        },
        {
            "start": 820518451,
            "stop": 820523833
        },
        {
            "start": 820524743,
            "stop": 820539373
        },
        {
            "start": 820540066,
            "stop": 820544831
        },
        {
            "start": 820545542,
            "stop": 820554526
        },
        {
            "start": 820555144,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626493
        }
    ]
}