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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=46",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 47,
    "results": [
        {
            "start": 817425721,
            "stop": 817425779
        },
        {
            "start": 817425782,
            "stop": 817425814
        },
        {
            "start": 817425817,
            "stop": 817425836
        },
        {
            "start": 817425840,
            "stop": 817425841
        },
        {
            "start": 817425844,
            "stop": 817426239
        },
        {
            "start": 817426242,
            "stop": 817426300
        },
        {
            "start": 817426303,
            "stop": 817426388
        },
        {
            "start": 817430054,
            "stop": 817431727
        },
        {
            "start": 817431730,
            "stop": 817434290
        },
        {
            "start": 817434545,
            "stop": 817437293
        },
        {
            "start": 817437300,
            "stop": 817441817
        },
        {
            "start": 817441820,
            "stop": 817443184
        },
        {
            "start": 817443189,
            "stop": 817443629
        },
        {
            "start": 817443634,
            "stop": 817443675
        },
        {
            "start": 817443679,
            "stop": 817443687
        },
        {
            "start": 817443690,
            "stop": 817443701
        },
        {
            "start": 817443704,
            "stop": 817444394
        },
        {
            "start": 817444398,
            "stop": 817444879
        },
        {
            "start": 817444882,
            "stop": 817445003
        },
        {
            "start": 817445006,
            "stop": 817445109
        }
    ]
}