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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=359",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 360,
    "results": [
        {
            "start": 1177528385,
            "stop": 1177528392
        },
        {
            "start": 1177528396,
            "stop": 1177528416
        },
        {
            "start": 1177528421,
            "stop": 1177528426
        },
        {
            "start": 1177528432,
            "stop": 1177528439
        },
        {
            "start": 1177528444,
            "stop": 1177528456
        },
        {
            "start": 1177528462,
            "stop": 1177528469
        },
        {
            "start": 1177528475,
            "stop": 1177528516
        },
        {
            "start": 1177528518,
            "stop": 1177528564
        },
        {
            "start": 1177528566,
            "stop": 1177528577
        },
        {
            "start": 1177528581,
            "stop": 1177528635
        },
        {
            "start": 1177528636,
            "stop": 1177528641
        },
        {
            "start": 1177528645,
            "stop": 1177528652
        },
        {
            "start": 1177528656,
            "stop": 1177528661
        },
        {
            "start": 1177528667,
            "stop": 1177528672
        },
        {
            "start": 1177528679,
            "stop": 1177528684
        },
        {
            "start": 1177528691,
            "stop": 1177528696
        },
        {
            "start": 1177528703,
            "stop": 1177528712
        },
        {
            "start": 1177528716,
            "stop": 1177528753
        },
        {
            "start": 1177528756,
            "stop": 1177528763
        },
        {
            "start": 1177528768,
            "stop": 1177528813
        }
    ]
}