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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=17",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 18,
    "results": [
        {
            "start": 816019871,
            "stop": 816019917
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055162,
            "stop": 816056870
        },
        {
            "start": 816056950,
            "stop": 816059510
        },
        {
            "start": 816059590,
            "stop": 816060544
        },
        {
            "start": 816060557,
            "stop": 816072973
        },
        {
            "start": 816074396,
            "stop": 816078899
        },
        {
            "start": 816078912,
            "stop": 816080080
        },
        {
            "start": 816082625,
            "stop": 816086330
        },
        {
            "start": 816086520,
            "stop": 816089507
        },
        {
            "start": 816089519,
            "stop": 816092009
        },
        {
            "start": 816095582,
            "stop": 816095833
        },
        {
            "start": 816095866,
            "stop": 816095867
        },
        {
            "start": 816096599,
            "stop": 816098092
        },
        {
            "start": 816098105,
            "stop": 816099087
        },
        {
            "start": 816099095,
            "stop": 816099133
        },
        {
            "start": 816100791,
            "stop": 816103288
        },
        {
            "start": 816103295,
            "stop": 816103333
        },
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        }
    ]
}