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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5311",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5309",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5310,
    "results": [
        {
            "start": 1136498616,
            "stop": 1136498731
        },
        {
            "start": 1136498733,
            "stop": 1136498803
        },
        {
            "start": 1136498805,
            "stop": 1136498812
        },
        {
            "start": 1136498814,
            "stop": 1136498845
        },
        {
            "start": 1136498847,
            "stop": 1136498887
        },
        {
            "start": 1136498889,
            "stop": 1136498914
        },
        {
            "start": 1136498916,
            "stop": 1136499007
        },
        {
            "start": 1136499009,
            "stop": 1136499096
        },
        {
            "start": 1136499098,
            "stop": 1136499109
        },
        {
            "start": 1136499111,
            "stop": 1136499114
        },
        {
            "start": 1136499116,
            "stop": 1136499129
        },
        {
            "start": 1136499132,
            "stop": 1136499277
        },
        {
            "start": 1136499279,
            "stop": 1136499311
        },
        {
            "start": 1136499313,
            "stop": 1136499340
        },
        {
            "start": 1136499342,
            "stop": 1136499371
        },
        {
            "start": 1136499373,
            "stop": 1136499481
        },
        {
            "start": 1136499483,
            "stop": 1136499512
        },
        {
            "start": 1136499514,
            "stop": 1136499697
        },
        {
            "start": 1136499699,
            "stop": 1136499837
        },
        {
            "start": 1136499839,
            "stop": 1136499856
        }
    ]
}