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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2403",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2401",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2402,
    "results": [
        {
            "start": 873214846,
            "stop": 873215433
        },
        {
            "start": 873215450,
            "stop": 873215960
        },
        {
            "start": 873215977,
            "stop": 873217542
        },
        {
            "start": 873217548,
            "stop": 873217720
        },
        {
            "start": 873217737,
            "stop": 873218129
        },
        {
            "start": 873218146,
            "stop": 873218176
        },
        {
            "start": 873218193,
            "stop": 873219410
        },
        {
            "start": 873219490,
            "stop": 873219930
        },
        {
            "start": 873219966,
            "stop": 873220675
        },
        {
            "start": 873220692,
            "stop": 873220880
        },
        {
            "start": 873220905,
            "stop": 873220906
        },
        {
            "start": 873220923,
            "stop": 873221045
        },
        {
            "start": 873221062,
            "stop": 873222570
        },
        {
            "start": 873224265,
            "stop": 873224349
        },
        {
            "start": 873224366,
            "stop": 873224570
        },
        {
            "start": 873224650,
            "stop": 873224741
        },
        {
            "start": 873224758,
            "stop": 873225587
        },
        {
            "start": 873225730,
            "stop": 873226583
        },
        {
            "start": 873226600,
            "stop": 873226724
        },
        {
            "start": 873226741,
            "stop": 873226974
        }
    ]
}