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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=96",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 97,
    "results": [
        {
            "start": 931612022,
            "stop": 931612068
        },
        {
            "start": 931612085,
            "stop": 931612113
        },
        {
            "start": 931612131,
            "stop": 931612163
        },
        {
            "start": 931612193,
            "stop": 931612317
        },
        {
            "start": 931612320,
            "stop": 931612333
        },
        {
            "start": 931612335,
            "stop": 931612347
        },
        {
            "start": 931612350,
            "stop": 931612362
        },
        {
            "start": 931612365,
            "stop": 931612377
        },
        {
            "start": 931612380,
            "stop": 931612392
        },
        {
            "start": 931612395,
            "stop": 931612422
        },
        {
            "start": 931612424,
            "stop": 931612448
        },
        {
            "start": 931612468,
            "stop": 931612502
        },
        {
            "start": 931612520,
            "stop": 931612540
        },
        {
            "start": 931612557,
            "stop": 931612759
        },
        {
            "start": 931612777,
            "stop": 931612844
        },
        {
            "start": 931612862,
            "stop": 931612964
        },
        {
            "start": 931613008,
            "stop": 931613047
        },
        {
            "start": 931613064,
            "stop": 931613073
        },
        {
            "start": 931613090,
            "stop": 931613118
        },
        {
            "start": 931613136,
            "stop": 931613397
        }
    ]
}