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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=353",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 354,
    "results": [
        {
            "start": 847251643,
            "stop": 847254230
        },
        {
            "start": 847254446,
            "stop": 847267192
        },
        {
            "start": 847267548,
            "stop": 847269827
        },
        {
            "start": 847270673,
            "stop": 847272250
        },
        {
            "start": 847272655,
            "stop": 847272719
        },
        {
            "start": 847272987,
            "stop": 847273012
        },
        {
            "start": 847273014,
            "stop": 847273806
        },
        {
            "start": 847273968,
            "stop": 847274043
        },
        {
            "start": 847274420,
            "stop": 847277894
        },
        {
            "start": 847277896,
            "stop": 847278941
        },
        {
            "start": 847279103,
            "stop": 847279174
        },
        {
            "start": 847279254,
            "stop": 847279302
        },
        {
            "start": 847279304,
            "stop": 847289304
        },
        {
            "start": 847289581,
            "stop": 847289713
        },
        {
            "start": 847292066,
            "stop": 847292196
        },
        {
            "start": 847293301,
            "stop": 847294938
        },
        {
            "start": 847295602,
            "stop": 847295899
        },
        {
            "start": 847303240,
            "stop": 847305951
        },
        {
            "start": 847305952,
            "stop": 847307815
        },
        {
            "start": 847307816,
            "stop": 847308133
        }
    ]
}