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=6169
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=6170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6168",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6169,
    "results": [
        {
            "start": 874407696,
            "stop": 874407707
        },
        {
            "start": 874407710,
            "stop": 874407745
        },
        {
            "start": 874407748,
            "stop": 874407779
        },
        {
            "start": 874407782,
            "stop": 874408050
        },
        {
            "start": 874408051,
            "stop": 874408342
        },
        {
            "start": 874408343,
            "stop": 874408934
        },
        {
            "start": 874408937,
            "stop": 874409125
        },
        {
            "start": 874409129,
            "stop": 874409146
        },
        {
            "start": 874409149,
            "stop": 874409156
        },
        {
            "start": 874409161,
            "stop": 874409164
        },
        {
            "start": 874409168,
            "stop": 874409172
        },
        {
            "start": 874409177,
            "stop": 874409230
        },
        {
            "start": 874409231,
            "stop": 874409375
        },
        {
            "start": 874409384,
            "stop": 874409610
        },
        {
            "start": 874409616,
            "stop": 874409641
        },
        {
            "start": 874409644,
            "stop": 874409655
        },
        {
            "start": 874409658,
            "stop": 874409660
        },
        {
            "start": 874409664,
            "stop": 874409669
        },
        {
            "start": 874409672,
            "stop": 874409686
        },
        {
            "start": 874409689,
            "stop": 874409696
        }
    ]
}