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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5675",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5673",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5674,
    "results": [
        {
            "start": 874552730,
            "stop": 874552735
        },
        {
            "start": 874552739,
            "stop": 874552783
        },
        {
            "start": 874552786,
            "stop": 874552880
        },
        {
            "start": 874552883,
            "stop": 874552911
        },
        {
            "start": 874552914,
            "stop": 874552926
        },
        {
            "start": 874552930,
            "stop": 874552947
        },
        {
            "start": 874552950,
            "stop": 874552959
        },
        {
            "start": 874552965,
            "stop": 874553106
        },
        {
            "start": 874553109,
            "stop": 874553131
        },
        {
            "start": 874553134,
            "stop": 874553135
        },
        {
            "start": 874553138,
            "stop": 874553216
        },
        {
            "start": 874553219,
            "stop": 874553222
        },
        {
            "start": 874553225,
            "stop": 874553239
        },
        {
            "start": 874553246,
            "stop": 874553254
        },
        {
            "start": 874553257,
            "stop": 874553274
        },
        {
            "start": 874553277,
            "stop": 874553322
        },
        {
            "start": 874553325,
            "stop": 874553460
        },
        {
            "start": 874553466,
            "stop": 874553555
        },
        {
            "start": 874553558,
            "stop": 874553593
        },
        {
            "start": 874553597,
            "stop": 874553616
        }
    ]
}