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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7423",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7421",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7422,
    "results": [
        {
            "start": 969917004,
            "stop": 969917117
        },
        {
            "start": 969917121,
            "stop": 969917124
        },
        {
            "start": 969917267,
            "stop": 969917627
        },
        {
            "start": 969917630,
            "stop": 969917632
        },
        {
            "start": 969917635,
            "stop": 969917699
        },
        {
            "start": 969917702,
            "stop": 969917807
        },
        {
            "start": 969917927,
            "stop": 969917987
        },
        {
            "start": 969918047,
            "stop": 969918056
        },
        {
            "start": 969918074,
            "stop": 969918084
        },
        {
            "start": 969918227,
            "stop": 969918324
        },
        {
            "start": 969920035,
            "stop": 969920958
        },
        {
            "start": 969920961,
            "stop": 969921275
        },
        {
            "start": 969921315,
            "stop": 969921430
        },
        {
            "start": 969921475,
            "stop": 969921521
        },
        {
            "start": 969921524,
            "stop": 969921557
        },
        {
            "start": 969921560,
            "stop": 969921596
        },
        {
            "start": 969921599,
            "stop": 969921614
        },
        {
            "start": 969921617,
            "stop": 969921875
        },
        {
            "start": 969922007,
            "stop": 969922018
        },
        {
            "start": 969922039,
            "stop": 969922579
        }
    ]
}