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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=215",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 216,
    "results": [
        {
            "start": 820473209,
            "stop": 820474067
        },
        {
            "start": 820474075,
            "stop": 820474349
        },
        {
            "start": 820474356,
            "stop": 820474695
        },
        {
            "start": 820474702,
            "stop": 820474758
        },
        {
            "start": 820474766,
            "stop": 820475265
        },
        {
            "start": 820475272,
            "stop": 820475326
        },
        {
            "start": 820475334,
            "stop": 820476131
        },
        {
            "start": 820476138,
            "stop": 820476462
        },
        {
            "start": 820476469,
            "stop": 820476519
        },
        {
            "start": 820476526,
            "stop": 820476558
        },
        {
            "start": 820476566,
            "stop": 820476583
        },
        {
            "start": 820476591,
            "stop": 820476750
        },
        {
            "start": 820476757,
            "stop": 820476965
        },
        {
            "start": 820476972,
            "stop": 820477030
        },
        {
            "start": 820477037,
            "stop": 820477166
        },
        {
            "start": 820477173,
            "stop": 820477194
        },
        {
            "start": 820477201,
            "stop": 820477456
        },
        {
            "start": 820477463,
            "stop": 820477542
        },
        {
            "start": 820477560,
            "stop": 820477665
        },
        {
            "start": 820477672,
            "stop": 820477935
        }
    ]
}