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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2218",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2219,
    "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": 872920457
        },
        {
            "start": 872920483,
            "stop": 872920602
        },
        {
            "start": 872920636,
            "stop": 872920693
        },
        {
            "start": 872920722,
            "stop": 872920857
        },
        {
            "start": 872920879,
            "stop": 872920924
        },
        {
            "start": 872920950,
            "stop": 872920974
        }
    ]
}