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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5945",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5946,
    "results": [
        {
            "start": 873198659,
            "stop": 873198661
        },
        {
            "start": 873198664,
            "stop": 873198673
        },
        {
            "start": 873198676,
            "stop": 873198677
        },
        {
            "start": 873198680,
            "stop": 873198745
        },
        {
            "start": 873198746,
            "stop": 873198927
        },
        {
            "start": 873198930,
            "stop": 873198941
        },
        {
            "start": 873198945,
            "stop": 873198957
        },
        {
            "start": 873198961,
            "stop": 873198964
        },
        {
            "start": 873198967,
            "stop": 873198982
        },
        {
            "start": 873198985,
            "stop": 873199010
        },
        {
            "start": 873199013,
            "stop": 873199014
        },
        {
            "start": 873199017,
            "stop": 873199018
        },
        {
            "start": 873199024,
            "stop": 873199043
        },
        {
            "start": 873199044,
            "stop": 873199084
        },
        {
            "start": 873199087,
            "stop": 873199095
        },
        {
            "start": 873199098,
            "stop": 873199099
        },
        {
            "start": 873199102,
            "stop": 873199536
        },
        {
            "start": 873199537,
            "stop": 873199870
        },
        {
            "start": 873199873,
            "stop": 873199891
        },
        {
            "start": 873199892,
            "stop": 873199976
        }
    ]
}