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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=133",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 134,
    "results": [
        {
            "start": 827497726,
            "stop": 827499637
        },
        {
            "start": 827500822,
            "stop": 827502181
        },
        {
            "start": 827502183,
            "stop": 827502218
        },
        {
            "start": 827502220,
            "stop": 827505938
        },
        {
            "start": 827506008,
            "stop": 827510142
        },
        {
            "start": 827510146,
            "stop": 827513098
        },
        {
            "start": 827513100,
            "stop": 827514949
        },
        {
            "start": 827515006,
            "stop": 827519976
        },
        {
            "start": 827520063,
            "stop": 827520128
        },
        {
            "start": 827520434,
            "stop": 827522156
        },
        {
            "start": 827524279,
            "stop": 827524933
        },
        {
            "start": 827525101,
            "stop": 827525823
        },
        {
            "start": 827528088,
            "stop": 827528295
        },
        {
            "start": 827529821,
            "stop": 827529892
        },
        {
            "start": 827531911,
            "stop": 827533007
        },
        {
            "start": 827533009,
            "stop": 827533025
        },
        {
            "start": 827535164,
            "stop": 827536341
        },
        {
            "start": 827536489,
            "stop": 827540011
        },
        {
            "start": 827541131,
            "stop": 827545971
        },
        {
            "start": 827547656,
            "stop": 827565648
        }
    ]
}