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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8124",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8125,
    "results": [
        {
            "start": 872918497,
            "stop": 872918650
        },
        {
            "start": 872918687,
            "stop": 872918886
        },
        {
            "start": 872918910,
            "stop": 872919079
        },
        {
            "start": 872919098,
            "stop": 872919303
        },
        {
            "start": 872919332,
            "stop": 872919387
        },
        {
            "start": 872919426,
            "stop": 872919437
        },
        {
            "start": 872919460,
            "stop": 872919488
        },
        {
            "start": 872919514,
            "stop": 872919524
        },
        {
            "start": 872919543,
            "stop": 872919588
        },
        {
            "start": 872919607,
            "stop": 872919633
        },
        {
            "start": 872919672,
            "stop": 872920170
        },
        {
            "start": 872920189,
            "stop": 872920193
        },
        {
            "start": 872920233,
            "stop": 872920268
        },
        {
            "start": 872920298,
            "stop": 872920322
        },
        {
            "start": 872920341,
            "stop": 872920420
        },
        {
            "start": 872920722,
            "stop": 872920857
        },
        {
            "start": 872920879,
            "stop": 872920924
        },
        {
            "start": 872920950,
            "stop": 872920974
        },
        {
            "start": 872921000,
            "stop": 872923280
        },
        {
            "start": 872923297,
            "stop": 872925330
        }
    ]
}