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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=298",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 299,
    "results": [
        {
            "start": 822726466,
            "stop": 822727218
        },
        {
            "start": 822727225,
            "stop": 822730105
        },
        {
            "start": 822730109,
            "stop": 822730177
        },
        {
            "start": 822730184,
            "stop": 822730895
        },
        {
            "start": 822730903,
            "stop": 822730923
        },
        {
            "start": 822730930,
            "stop": 822731181
        },
        {
            "start": 822731189,
            "stop": 822731232
        },
        {
            "start": 822731340,
            "stop": 822731409
        },
        {
            "start": 822731417,
            "stop": 822732738
        },
        {
            "start": 822732936,
            "stop": 822733380
        },
        {
            "start": 822733440,
            "stop": 822734961
        },
        {
            "start": 822736447,
            "stop": 822737893
        },
        {
            "start": 822740790,
            "stop": 822742484
        },
        {
            "start": 822742665,
            "stop": 822743113
        },
        {
            "start": 822743147,
            "stop": 822743148
        },
        {
            "start": 822743207,
            "stop": 822745333
        },
        {
            "start": 822745357,
            "stop": 822745358
        },
        {
            "start": 822745412,
            "stop": 822749507
        },
        {
            "start": 822749511,
            "stop": 822752510
        },
        {
            "start": 822752650,
            "stop": 822754610
        }
    ]
}