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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 239,
    "results": [
        {
            "start": 1173787249,
            "stop": 1173788392
        },
        {
            "start": 1173788394,
            "stop": 1173789414
        },
        {
            "start": 1173789416,
            "stop": 1173790478
        },
        {
            "start": 1173790480,
            "stop": 1173791658
        },
        {
            "start": 1173791660,
            "stop": 1173792735
        },
        {
            "start": 1173792737,
            "stop": 1173793731
        },
        {
            "start": 1173793733,
            "stop": 1173793775
        },
        {
            "start": 1173793778,
            "stop": 1173794816
        },
        {
            "start": 1173794818,
            "stop": 1173795828
        },
        {
            "start": 1173795830,
            "stop": 1173796895
        },
        {
            "start": 1173796897,
            "stop": 1173797886
        },
        {
            "start": 1173797888,
            "stop": 1173798921
        },
        {
            "start": 1173798923,
            "stop": 1173799900
        },
        {
            "start": 1173799902,
            "stop": 1173801145
        },
        {
            "start": 1173801147,
            "stop": 1173802131
        },
        {
            "start": 1173802133,
            "stop": 1173803375
        },
        {
            "start": 1173803377,
            "stop": 1173804520
        },
        {
            "start": 1173804522,
            "stop": 1173805393
        },
        {
            "start": 1173805395,
            "stop": 1173806275
        },
        {
            "start": 1173806277,
            "stop": 1173807600
        }
    ]
}