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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=16",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 17,
    "results": [
        {
            "start": 816018480,
            "stop": 816018600
        },
        {
            "start": 816018720,
            "stop": 816018900
        },
        {
            "start": 816018960,
            "stop": 816019140
        },
        {
            "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": 816103140
        },
        {
            "start": 816103200,
            "stop": 816103288
        }
    ]
}