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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=183",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 184,
    "results": [
        {
            "start": 932515575,
            "stop": 932517436
        },
        {
            "start": 932517438,
            "stop": 932517600
        },
        {
            "start": 932517603,
            "stop": 932518273
        },
        {
            "start": 932518275,
            "stop": 932518815
        },
        {
            "start": 932519175,
            "stop": 932521034
        },
        {
            "start": 932521036,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932521986
        },
        {
            "start": 932525106,
            "stop": 932525215
        },
        {
            "start": 932526375,
            "stop": 932527702
        },
        {
            "start": 932527705,
            "stop": 932527706
        },
        {
            "start": 932527710,
            "stop": 932527832
        },
        {
            "start": 932527835,
            "stop": 932529179
        },
        {
            "start": 932529181,
            "stop": 932529299
        },
        {
            "start": 932529302,
            "stop": 932529575
        },
        {
            "start": 932530779,
            "stop": 932531009
        },
        {
            "start": 932531012,
            "stop": 932531145
        },
        {
            "start": 932531148,
            "stop": 932531342
        },
        {
            "start": 932531347,
            "stop": 932532661
        },
        {
            "start": 932532663,
            "stop": 932532676
        },
        {
            "start": 932532679,
            "stop": 932532690
        }
    ]
}