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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1802",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1800",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1801,
    "results": [
        {
            "start": 1249732606,
            "stop": 1249733027
        },
        {
            "start": 1249733030,
            "stop": 1249733999
        },
        {
            "start": 1249734002,
            "stop": 1249734634
        },
        {
            "start": 1249734637,
            "stop": 1249736296
        },
        {
            "start": 1249736297,
            "stop": 1249736382
        },
        {
            "start": 1249736385,
            "stop": 1249737622
        },
        {
            "start": 1249737625,
            "stop": 1249737876
        },
        {
            "start": 1249737878,
            "stop": 1249739717
        },
        {
            "start": 1249739720,
            "stop": 1249740012
        },
        {
            "start": 1249740015,
            "stop": 1249740213
        },
        {
            "start": 1249740216,
            "stop": 1249740542
        },
        {
            "start": 1249740545,
            "stop": 1249740600
        },
        {
            "start": 1249740603,
            "stop": 1249740633
        },
        {
            "start": 1249740636,
            "stop": 1249741361
        },
        {
            "start": 1249741364,
            "stop": 1249741901
        },
        {
            "start": 1249741904,
            "stop": 1249742140
        },
        {
            "start": 1249742143,
            "stop": 1249742235
        },
        {
            "start": 1249742238,
            "stop": 1249742752
        },
        {
            "start": 1249774444,
            "stop": 1249774640
        },
        {
            "start": 1249774643,
            "stop": 1249775343
        }
    ]
}