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=5277
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=5278",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5276",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5277,
    "results": [
        {
            "start": 1136402447,
            "stop": 1136402459
        },
        {
            "start": 1136402461,
            "stop": 1136402538
        },
        {
            "start": 1136402539,
            "stop": 1136402585
        },
        {
            "start": 1136402587,
            "stop": 1136402590
        },
        {
            "start": 1136402591,
            "stop": 1136402643
        },
        {
            "start": 1136402645,
            "stop": 1136402738
        },
        {
            "start": 1136402740,
            "stop": 1136402801
        },
        {
            "start": 1136402803,
            "stop": 1136402811
        },
        {
            "start": 1136402813,
            "stop": 1136402830
        },
        {
            "start": 1136402832,
            "stop": 1136402842
        },
        {
            "start": 1136402844,
            "stop": 1136402890
        },
        {
            "start": 1136402892,
            "stop": 1136402931
        },
        {
            "start": 1136402933,
            "stop": 1136402982
        },
        {
            "start": 1136402984,
            "stop": 1136403037
        },
        {
            "start": 1136403039,
            "stop": 1136403040
        },
        {
            "start": 1136403042,
            "stop": 1136403050
        },
        {
            "start": 1136403052,
            "stop": 1136403056
        },
        {
            "start": 1136403058,
            "stop": 1136403154
        },
        {
            "start": 1136403156,
            "stop": 1136403227
        },
        {
            "start": 1136403229,
            "stop": 1136403245
        }
    ]
}