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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4280",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4281,
    "results": [
        {
            "start": 874633417,
            "stop": 874633428
        },
        {
            "start": 874633474,
            "stop": 874633480
        },
        {
            "start": 874633499,
            "stop": 874633623
        },
        {
            "start": 874633649,
            "stop": 874633696
        },
        {
            "start": 874633715,
            "stop": 874633747
        },
        {
            "start": 874633766,
            "stop": 874633822
        },
        {
            "start": 874633846,
            "stop": 874633878
        },
        {
            "start": 874633915,
            "stop": 874634084
        },
        {
            "start": 874634206,
            "stop": 874634229
        },
        {
            "start": 874634248,
            "stop": 874634269
        },
        {
            "start": 874634288,
            "stop": 874634298
        },
        {
            "start": 874634323,
            "stop": 874634353
        },
        {
            "start": 874634372,
            "stop": 874634408
        },
        {
            "start": 874634427,
            "stop": 874634439
        },
        {
            "start": 874634458,
            "stop": 874634553
        },
        {
            "start": 874634572,
            "stop": 874634694
        },
        {
            "start": 874635000,
            "stop": 874635122
        },
        {
            "start": 874635144,
            "stop": 874635208
        },
        {
            "start": 874635227,
            "stop": 874635233
        },
        {
            "start": 874635266,
            "stop": 874635271
        }
    ]
}