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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3839",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3837",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3838,
    "results": [
        {
            "start": 875014860,
            "stop": 875014920
        },
        {
            "start": 875015160,
            "stop": 875015940
        },
        {
            "start": 875016000,
            "stop": 875016060
        },
        {
            "start": 875016240,
            "stop": 875016300
        },
        {
            "start": 875016420,
            "stop": 875016480
        },
        {
            "start": 875016720,
            "stop": 875016900
        },
        {
            "start": 875017500,
            "stop": 875017680
        },
        {
            "start": 875017740,
            "stop": 875017920
        },
        {
            "start": 875017980,
            "stop": 875018460
        },
        {
            "start": 875018477,
            "stop": 875019000
        },
        {
            "start": 875019060,
            "stop": 875019153
        },
        {
            "start": 875019156,
            "stop": 875019293
        },
        {
            "start": 875019296,
            "stop": 875019300
        },
        {
            "start": 875019360,
            "stop": 875019576
        },
        {
            "start": 875019579,
            "stop": 875019660
        },
        {
            "start": 875019720,
            "stop": 875019840
        },
        {
            "start": 875020020,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020260
        },
        {
            "start": 875020500,
            "stop": 875020560
        },
        {
            "start": 875020860,
            "stop": 875020980
        }
    ]
}