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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=36",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 37,
    "results": [
        {
            "start": 820512639,
            "stop": 820522033
        },
        {
            "start": 820522060,
            "stop": 820522062
        },
        {
            "start": 820522272,
            "stop": 820522513
        },
        {
            "start": 820522530,
            "stop": 820522531
        },
        {
            "start": 820522613,
            "stop": 820522753
        },
        {
            "start": 820522779,
            "stop": 820522780
        },
        {
            "start": 820525502,
            "stop": 820528733
        },
        {
            "start": 820537954,
            "stop": 820539373
        },
        {
            "start": 820541648,
            "stop": 820544827
        },
        {
            "start": 820546174,
            "stop": 820550176
        },
        {
            "start": 820550275,
            "stop": 820554526
        },
        {
            "start": 820556256,
            "stop": 820557373
        },
        {
            "start": 820558606,
            "stop": 820562867
        },
        {
            "start": 820563687,
            "stop": 820608073
        },
        {
            "start": 820608082,
            "stop": 820608084
        },
        {
            "start": 820608158,
            "stop": 820608185
        },
        {
            "start": 820608440,
            "stop": 820608613
        },
        {
            "start": 820608621,
            "stop": 820608622
        },
        {
            "start": 820609231,
            "stop": 820614853
        },
        {
            "start": 820614878,
            "stop": 820614879
        }
    ]
}