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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10056",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10057,
    "results": [
        {
            "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
        },
        {
            "start": 872920739,
            "stop": 872920857
        },
        {
            "start": 872920896,
            "stop": 872920924
        },
        {
            "start": 872920967,
            "stop": 872920974
        },
        {
            "start": 872921017,
            "stop": 872923280
        },
        {
            "start": 872923297,
            "stop": 872925390
        }
    ]
}