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=544
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=545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=543",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 544,
    "results": [
        {
            "start": 871518101,
            "stop": 871523446
        },
        {
            "start": 871525962,
            "stop": 871545399
        },
        {
            "start": 871545401,
            "stop": 871545769
        },
        {
            "start": 871546702,
            "stop": 871564310
        },
        {
            "start": 871565121,
            "stop": 871566750
        },
        {
            "start": 871567719,
            "stop": 871576147
        },
        {
            "start": 871576437,
            "stop": 871598839
        },
        {
            "start": 871599542,
            "stop": 871621618
        },
        {
            "start": 871622415,
            "stop": 871627896
        },
        {
            "start": 871628745,
            "stop": 871633915
        },
        {
            "start": 871635351,
            "stop": 871651434
        },
        {
            "start": 871652612,
            "stop": 871656443
        },
        {
            "start": 871663552,
            "stop": 871671888
        },
        {
            "start": 871672944,
            "stop": 871675213
        },
        {
            "start": 871684149,
            "stop": 871685531
        },
        {
            "start": 871697278,
            "stop": 871697483
        },
        {
            "start": 871697485,
            "stop": 871700031
        },
        {
            "start": 871700860,
            "stop": 871716967
        },
        {
            "start": 871717648,
            "stop": 871719459
        },
        {
            "start": 871721034,
            "stop": 871739260
        }
    ]
}