Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=259
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=258",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 259,
    "results": [
        {
            "start": 820476244,
            "stop": 820476290
        },
        {
            "start": 820476293,
            "stop": 820476443
        },
        {
            "start": 820476446,
            "stop": 820476556
        },
        {
            "start": 820476561,
            "stop": 820476563
        },
        {
            "start": 820476567,
            "stop": 820476588
        },
        {
            "start": 820476592,
            "stop": 820477045
        },
        {
            "start": 820477048,
            "stop": 820477166
        },
        {
            "start": 820477169,
            "stop": 820477194
        },
        {
            "start": 820477197,
            "stop": 820477200
        },
        {
            "start": 820477203,
            "stop": 820477261
        },
        {
            "start": 820477264,
            "stop": 820477376
        },
        {
            "start": 820477379,
            "stop": 820477579
        },
        {
            "start": 820477582,
            "stop": 820477884
        },
        {
            "start": 820477887,
            "stop": 820477984
        },
        {
            "start": 820477988,
            "stop": 820478360
        },
        {
            "start": 820478363,
            "stop": 820478420
        },
        {
            "start": 820478423,
            "stop": 820478764
        },
        {
            "start": 820478767,
            "stop": 820478857
        },
        {
            "start": 820478861,
            "stop": 820479040
        },
        {
            "start": 820479072,
            "stop": 820479456
        }
    ]
}