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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=315",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 316,
    "results": [
        {
            "start": 970596480,
            "stop": 970608529
        },
        {
            "start": 970636027,
            "stop": 970638048
        },
        {
            "start": 970638059,
            "stop": 970669938
        },
        {
            "start": 970672642,
            "stop": 970691988
        },
        {
            "start": 970694627,
            "stop": 970696657
        },
        {
            "start": 970715552,
            "stop": 970717588
        },
        {
            "start": 970724199,
            "stop": 970724674
        },
        {
            "start": 970731804,
            "stop": 970753721
        },
        {
            "start": 970753724,
            "stop": 970753821
        },
        {
            "start": 970753825,
            "stop": 970766763
        },
        {
            "start": 970766767,
            "stop": 970766788
        },
        {
            "start": 970766792,
            "stop": 970858618
        },
        {
            "start": 970891547,
            "stop": 970900379
        },
        {
            "start": 970901164,
            "stop": 970922667
        },
        {
            "start": 970926997,
            "stop": 970930815
        },
        {
            "start": 970958958,
            "stop": 970965075
        },
        {
            "start": 970966115,
            "stop": 971002244
        },
        {
            "start": 971004792,
            "stop": 971014164
        },
        {
            "start": 971026186,
            "stop": 971030230
        },
        {
            "start": 971044771,
            "stop": 971046377
        }
    ]
}