Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=13",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 14,
    "results": [
        {
            "start": 931353323,
            "stop": 931353450
        },
        {
            "start": 931353456,
            "stop": 931353938
        },
        {
            "start": 931353944,
            "stop": 931354022
        },
        {
            "start": 931354028,
            "stop": 931355273
        },
        {
            "start": 931355279,
            "stop": 931355690
        },
        {
            "start": 931355695,
            "stop": 931359230
        },
        {
            "start": 931359239,
            "stop": 931359291
        },
        {
            "start": 931360452,
            "stop": 931360554
        },
        {
            "start": 931360560,
            "stop": 931360569
        },
        {
            "start": 931360575,
            "stop": 931360578
        },
        {
            "start": 931360584,
            "stop": 931360604
        },
        {
            "start": 931360611,
            "stop": 931360634
        },
        {
            "start": 931360640,
            "stop": 931360671
        },
        {
            "start": 931360682,
            "stop": 931360729
        },
        {
            "start": 931360735,
            "stop": 931360755
        },
        {
            "start": 931360763,
            "stop": 931360796
        },
        {
            "start": 931360811,
            "stop": 931360813
        },
        {
            "start": 931360840,
            "stop": 931360843
        },
        {
            "start": 931360863,
            "stop": 931360872
        },
        {
            "start": 931377655,
            "stop": 931378788
        }
    ]
}