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=353
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=354",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=352",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 353,
    "results": [
        {
            "start": 1177445159,
            "stop": 1177445165
        },
        {
            "start": 1177445171,
            "stop": 1177445499
        },
        {
            "start": 1177445500,
            "stop": 1177445510
        },
        {
            "start": 1177445514,
            "stop": 1177445713
        },
        {
            "start": 1177445715,
            "stop": 1177445723
        },
        {
            "start": 1177445726,
            "stop": 1177445737
        },
        {
            "start": 1177445740,
            "stop": 1177445749
        },
        {
            "start": 1177445754,
            "stop": 1177445761
        },
        {
            "start": 1177445766,
            "stop": 1177445773
        },
        {
            "start": 1177445777,
            "stop": 1177446648
        },
        {
            "start": 1177446652,
            "stop": 1177446660
        },
        {
            "start": 1177446663,
            "stop": 1177446712
        },
        {
            "start": 1177446714,
            "stop": 1177446721
        },
        {
            "start": 1177446727,
            "stop": 1177446736
        },
        {
            "start": 1177446742,
            "stop": 1177446749
        },
        {
            "start": 1177446755,
            "stop": 1177446761
        },
        {
            "start": 1177446765,
            "stop": 1177446794
        },
        {
            "start": 1177446799,
            "stop": 1177446805
        },
        {
            "start": 1177446810,
            "stop": 1177446816
        },
        {
            "start": 1177446820,
            "stop": 1177446827
        }
    ]
}