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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=70",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 71,
    "results": [
        {
            "start": 817815422,
            "stop": 817815451
        },
        {
            "start": 817815456,
            "stop": 817815558
        },
        {
            "start": 817815571,
            "stop": 817816073
        },
        {
            "start": 817816075,
            "stop": 817816363
        },
        {
            "start": 817816366,
            "stop": 817816631
        },
        {
            "start": 817816637,
            "stop": 817816776
        },
        {
            "start": 817816783,
            "stop": 817817140
        },
        {
            "start": 817817143,
            "stop": 817817221
        },
        {
            "start": 817853794,
            "stop": 817853916
        },
        {
            "start": 817853921,
            "stop": 817854447
        },
        {
            "start": 817854451,
            "stop": 817855002
        },
        {
            "start": 817855005,
            "stop": 817855032
        },
        {
            "start": 817855035,
            "stop": 817855579
        },
        {
            "start": 817855582,
            "stop": 817855693
        },
        {
            "start": 817856616,
            "stop": 817857000
        },
        {
            "start": 817857003,
            "stop": 817857011
        },
        {
            "start": 817857014,
            "stop": 817857024
        },
        {
            "start": 817857027,
            "stop": 817857961
        },
        {
            "start": 817857965,
            "stop": 817858629
        },
        {
            "start": 817858632,
            "stop": 817859006
        }
    ]
}