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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=4",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 5,
    "results": [
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078912,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816089507
        },
        {
            "start": 816089519,
            "stop": 816092016
        },
        {
            "start": 816092024,
            "stop": 816092075
        },
        {
            "start": 816092083,
            "stop": 816092090
        },
        {
            "start": 816095582,
            "stop": 816095867
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098105,
            "stop": 816099155
        },
        {
            "start": 816099163,
            "stop": 816099176
        },
        {
            "start": 816099186,
            "stop": 816099188
        },
        {
            "start": 816100791,
            "stop": 816103346
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816156455
        },
        {
            "start": 816156467,
            "stop": 816183173
        },
        {
            "start": 816183181,
            "stop": 816183192
        },
        {
            "start": 816184320,
            "stop": 816185398
        },
        {
            "start": 816186901,
            "stop": 816189816
        },
        {
            "start": 816190352,
            "stop": 816192343
        }
    ]
}