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=6266
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=6267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6265",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6266,
    "results": [
        {
            "start": 875011361,
            "stop": 875011394
        },
        {
            "start": 875011402,
            "stop": 875011429
        },
        {
            "start": 875011430,
            "stop": 875011516
        },
        {
            "start": 875011520,
            "stop": 875011690
        },
        {
            "start": 875011693,
            "stop": 875011704
        },
        {
            "start": 875011707,
            "stop": 875011715
        },
        {
            "start": 875011718,
            "stop": 875011746
        },
        {
            "start": 875011747,
            "stop": 875011816
        },
        {
            "start": 875011817,
            "stop": 875011853
        },
        {
            "start": 875011856,
            "stop": 875011971
        },
        {
            "start": 875011977,
            "stop": 875011978
        },
        {
            "start": 875011988,
            "stop": 875011989
        },
        {
            "start": 875011993,
            "stop": 875011994
        },
        {
            "start": 875011997,
            "stop": 875012001
        },
        {
            "start": 875012003,
            "stop": 875012007
        },
        {
            "start": 875012014,
            "stop": 875012015
        },
        {
            "start": 875012018,
            "stop": 875012019
        },
        {
            "start": 875012027,
            "stop": 875012035
        },
        {
            "start": 875012038,
            "stop": 875012054
        },
        {
            "start": 875012060,
            "stop": 875012065
        }
    ]
}