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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8202",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8203,
    "results": [
        {
            "start": 971449136,
            "stop": 971449152
        },
        {
            "start": 971449155,
            "stop": 971449167
        },
        {
            "start": 971449170,
            "stop": 971449181
        },
        {
            "start": 971449184,
            "stop": 971449191
        },
        {
            "start": 971449202,
            "stop": 971449212
        },
        {
            "start": 971449218,
            "stop": 971449238
        },
        {
            "start": 971449244,
            "stop": 971449249
        },
        {
            "start": 971449252,
            "stop": 971449324
        },
        {
            "start": 971449327,
            "stop": 971449330
        },
        {
            "start": 971449336,
            "stop": 971449355
        },
        {
            "start": 971449360,
            "stop": 971449468
        },
        {
            "start": 971449472,
            "stop": 971449491
        },
        {
            "start": 971449495,
            "stop": 971449497
        },
        {
            "start": 971449508,
            "stop": 971449597
        },
        {
            "start": 971449605,
            "stop": 971449613
        },
        {
            "start": 971449624,
            "stop": 971449629
        },
        {
            "start": 971449640,
            "stop": 971449641
        },
        {
            "start": 971449645,
            "stop": 971449646
        },
        {
            "start": 971449649,
            "stop": 971449692
        },
        {
            "start": 971449695,
            "stop": 971449785
        }
    ]
}