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_CAT1/segments?format=api&page=501
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=502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=500",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 501,
    "results": [
        {
            "start": 865115401,
            "stop": 865116595
        },
        {
            "start": 865116597,
            "stop": 865124974
        },
        {
            "start": 865125387,
            "stop": 865133710
        },
        {
            "start": 865133899,
            "stop": 865150322
        },
        {
            "start": 865152890,
            "stop": 865165121
        },
        {
            "start": 865165123,
            "stop": 865166583
        },
        {
            "start": 865166585,
            "stop": 865167427
        },
        {
            "start": 865169897,
            "stop": 865171033
        },
        {
            "start": 865171080,
            "stop": 865172325
        },
        {
            "start": 865172788,
            "stop": 865175689
        },
        {
            "start": 865175797,
            "stop": 865175927
        },
        {
            "start": 865176039,
            "stop": 865177171
        },
        {
            "start": 865178130,
            "stop": 865178206
        },
        {
            "start": 865178208,
            "stop": 865178408
        },
        {
            "start": 865178550,
            "stop": 865180737
        },
        {
            "start": 865181667,
            "stop": 865181737
        },
        {
            "start": 865181927,
            "stop": 865182502
        },
        {
            "start": 865182504,
            "stop": 865187043
        },
        {
            "start": 865187219,
            "stop": 865187427
        },
        {
            "start": 865188982,
            "stop": 865194185
        }
    ]
}