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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=314",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 315,
    "results": [
        {
            "start": 823073923,
            "stop": 823073978
        },
        {
            "start": 823073987,
            "stop": 823074008
        },
        {
            "start": 823074014,
            "stop": 823074273
        },
        {
            "start": 823074280,
            "stop": 823074337
        },
        {
            "start": 823074347,
            "stop": 823074367
        },
        {
            "start": 823074385,
            "stop": 823074408
        },
        {
            "start": 823074419,
            "stop": 823074426
        },
        {
            "start": 823074461,
            "stop": 823074469
        },
        {
            "start": 823074474,
            "stop": 823074521
        },
        {
            "start": 823074527,
            "stop": 823074537
        },
        {
            "start": 823074546,
            "stop": 823074555
        },
        {
            "start": 823074560,
            "stop": 823074578
        },
        {
            "start": 823074585,
            "stop": 823074594
        },
        {
            "start": 823074599,
            "stop": 823074632
        },
        {
            "start": 823074653,
            "stop": 823074654
        },
        {
            "start": 823075789,
            "stop": 823075940
        },
        {
            "start": 823075947,
            "stop": 823076077
        },
        {
            "start": 823076171,
            "stop": 823076400
        },
        {
            "start": 823076407,
            "stop": 823076419
        },
        {
            "start": 823076426,
            "stop": 823076562
        }
    ]
}