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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3948",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3946",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3947,
    "results": [
        {
            "start": 874401446,
            "stop": 874401491
        },
        {
            "start": 874402396,
            "stop": 874404340
        },
        {
            "start": 874404343,
            "stop": 874407357
        },
        {
            "start": 874407362,
            "stop": 874407693
        },
        {
            "start": 874407696,
            "stop": 874407707
        },
        {
            "start": 874407710,
            "stop": 874407745
        },
        {
            "start": 874407748,
            "stop": 874407779
        },
        {
            "start": 874407782,
            "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": 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
        }
    ]
}