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=4320
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=4321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4319",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4320,
    "results": [
        {
            "start": 874710122,
            "stop": 874710136
        },
        {
            "start": 874710156,
            "stop": 874710213
        },
        {
            "start": 874710233,
            "stop": 874710237
        },
        {
            "start": 874710256,
            "stop": 874710266
        },
        {
            "start": 874710285,
            "stop": 874710336
        },
        {
            "start": 874710373,
            "stop": 874710385
        },
        {
            "start": 874710405,
            "stop": 874710408
        },
        {
            "start": 874710467,
            "stop": 874710479
        },
        {
            "start": 874710499,
            "stop": 874710528
        },
        {
            "start": 874710570,
            "stop": 874710608
        },
        {
            "start": 874710627,
            "stop": 874710681
        },
        {
            "start": 874710700,
            "stop": 874710760
        },
        {
            "start": 874710798,
            "stop": 874710946
        },
        {
            "start": 874710965,
            "stop": 874711035
        },
        {
            "start": 874711057,
            "stop": 874711117
        },
        {
            "start": 874711136,
            "stop": 874711272
        },
        {
            "start": 874711291,
            "stop": 874711310
        },
        {
            "start": 874711329,
            "stop": 874711335
        },
        {
            "start": 874711367,
            "stop": 874711457
        },
        {
            "start": 874711476,
            "stop": 874711496
        }
    ]
}