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=2169
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=2170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2168",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2169,
    "results": [
        {
            "start": 870275651,
            "stop": 870275737
        },
        {
            "start": 870275748,
            "stop": 870275775
        },
        {
            "start": 870275780,
            "stop": 870286695
        },
        {
            "start": 870286710,
            "stop": 870286715
        },
        {
            "start": 870286720,
            "stop": 870286765
        },
        {
            "start": 870286773,
            "stop": 870286787
        },
        {
            "start": 870286793,
            "stop": 870287052
        },
        {
            "start": 870287058,
            "stop": 870287105
        },
        {
            "start": 870287110,
            "stop": 870289756
        },
        {
            "start": 870290247,
            "stop": 870292488
        },
        {
            "start": 870292598,
            "stop": 870292802
        },
        {
            "start": 870293102,
            "stop": 870293443
        },
        {
            "start": 870293553,
            "stop": 870293602
        },
        {
            "start": 870293608,
            "stop": 870293727
        },
        {
            "start": 870294027,
            "stop": 870294233
        },
        {
            "start": 870294343,
            "stop": 870295374
        },
        {
            "start": 870295674,
            "stop": 870296233
        },
        {
            "start": 870296343,
            "stop": 870296540
        },
        {
            "start": 870296840,
            "stop": 870296860
        },
        {
            "start": 870297160,
            "stop": 870297337
        }
    ]
}