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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=5",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 6,
    "results": [
        {
            "start": 815208946,
            "stop": 815208988
        },
        {
            "start": 815209050,
            "stop": 815209230
        },
        {
            "start": 815209290,
            "stop": 815209347
        },
        {
            "start": 815209410,
            "stop": 815209463
        },
        {
            "start": 815209466,
            "stop": 815209510
        },
        {
            "start": 815209527,
            "stop": 815209529
        },
        {
            "start": 815209546,
            "stop": 815209583
        },
        {
            "start": 815209586,
            "stop": 815209590
        },
        {
            "start": 815209950,
            "stop": 815209963
        },
        {
            "start": 815209966,
            "stop": 815209967
        },
        {
            "start": 815209984,
            "stop": 815209994
        },
        {
            "start": 815209998,
            "stop": 815210010
        },
        {
            "start": 815210013,
            "stop": 815210019
        },
        {
            "start": 815210023,
            "stop": 815210033
        },
        {
            "start": 815210037,
            "stop": 815210052
        },
        {
            "start": 815210055,
            "stop": 815210070
        },
        {
            "start": 815210370,
            "stop": 815210440
        },
        {
            "start": 815210443,
            "stop": 815210536
        },
        {
            "start": 815210539,
            "stop": 815210604
        },
        {
            "start": 815210607,
            "stop": 815210658
        }
    ]
}