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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6423",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6421",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6422,
    "results": [
        {
            "start": 873770741,
            "stop": 873770963
        },
        {
            "start": 873770965,
            "stop": 873771304
        },
        {
            "start": 873771305,
            "stop": 873771399
        },
        {
            "start": 873771400,
            "stop": 873771570
        },
        {
            "start": 873771572,
            "stop": 873771636
        },
        {
            "start": 873771637,
            "stop": 873771751
        },
        {
            "start": 873771752,
            "stop": 873771766
        },
        {
            "start": 873771768,
            "stop": 873771780
        },
        {
            "start": 873771781,
            "stop": 873772101
        },
        {
            "start": 873772102,
            "stop": 873772927
        },
        {
            "start": 873772928,
            "stop": 873773011
        },
        {
            "start": 873773012,
            "stop": 873773775
        },
        {
            "start": 873773776,
            "stop": 873773824
        },
        {
            "start": 873773826,
            "stop": 873774126
        },
        {
            "start": 873774127,
            "stop": 873774352
        },
        {
            "start": 873774354,
            "stop": 873774528
        },
        {
            "start": 873774529,
            "stop": 873774735
        },
        {
            "start": 873774736,
            "stop": 873775064
        },
        {
            "start": 873775066,
            "stop": 873775248
        },
        {
            "start": 873775250,
            "stop": 873775386
        }
    ]
}