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_CBCLOW_CAT4/segments?format=api&page=195
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=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=194",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 195,
    "results": [
        {
            "start": 820287221,
            "stop": 820288070
        },
        {
            "start": 820288150,
            "stop": 820293350
        },
        {
            "start": 820293430,
            "stop": 820293630
        },
        {
            "start": 820293637,
            "stop": 820298937
        },
        {
            "start": 820298945,
            "stop": 820301970
        },
        {
            "start": 820301999,
            "stop": 820302960
        },
        {
            "start": 820303020,
            "stop": 820304473
        },
        {
            "start": 820304985,
            "stop": 820311480
        },
        {
            "start": 820311540,
            "stop": 820313386
        },
        {
            "start": 820313390,
            "stop": 820316353
        },
        {
            "start": 820316628,
            "stop": 820318320
        },
        {
            "start": 820318440,
            "stop": 820321153
        },
        {
            "start": 820321193,
            "stop": 820321194
        },
        {
            "start": 820321810,
            "stop": 820322233
        },
        {
            "start": 820322418,
            "stop": 820323747
        },
        {
            "start": 820323754,
            "stop": 820324320
        },
        {
            "start": 820324380,
            "stop": 820327213
        },
        {
            "start": 820327808,
            "stop": 820328570
        },
        {
            "start": 820328650,
            "stop": 820332600
        },
        {
            "start": 820332608,
            "stop": 820332813
        }
    ]
}