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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5053",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5054,
    "results": [
        {
            "start": 872917107,
            "stop": 872917181
        },
        {
            "start": 872917251,
            "stop": 872917295
        },
        {
            "start": 872917335,
            "stop": 872917443
        },
        {
            "start": 872917479,
            "stop": 872917681
        },
        {
            "start": 872917767,
            "stop": 872917898
        },
        {
            "start": 872917935,
            "stop": 872918064
        },
        {
            "start": 872918081,
            "stop": 872918131
        },
        {
            "start": 872918168,
            "stop": 872918475
        },
        {
            "start": 872918514,
            "stop": 872918650
        },
        {
            "start": 872918704,
            "stop": 872918886
        },
        {
            "start": 872918927,
            "stop": 872919079
        },
        {
            "start": 872919115,
            "stop": 872919303
        },
        {
            "start": 872919349,
            "stop": 872919387
        },
        {
            "start": 872919477,
            "stop": 872919488
        },
        {
            "start": 872919560,
            "stop": 872919588
        },
        {
            "start": 872919624,
            "stop": 872919633
        },
        {
            "start": 872919689,
            "stop": 872920170
        },
        {
            "start": 872920250,
            "stop": 872920268
        },
        {
            "start": 872920315,
            "stop": 872920322
        },
        {
            "start": 872920358,
            "stop": 872920420
        }
    ]
}