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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4620",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4621,
    "results": [
        {
            "start": 874214918,
            "stop": 874215014
        },
        {
            "start": 874215033,
            "stop": 874215074
        },
        {
            "start": 874215093,
            "stop": 874215311
        },
        {
            "start": 874215330,
            "stop": 874215341
        },
        {
            "start": 874215361,
            "stop": 874215404
        },
        {
            "start": 874215426,
            "stop": 874215470
        },
        {
            "start": 874215489,
            "stop": 874215658
        },
        {
            "start": 874215677,
            "stop": 874215680
        },
        {
            "start": 874215718,
            "stop": 874215743
        },
        {
            "start": 874215762,
            "stop": 874215792
        },
        {
            "start": 874215811,
            "stop": 874215842
        },
        {
            "start": 874215861,
            "stop": 874216014
        },
        {
            "start": 874216034,
            "stop": 874216065
        },
        {
            "start": 874216084,
            "stop": 874216102
        },
        {
            "start": 874216121,
            "stop": 874216170
        },
        {
            "start": 874216189,
            "stop": 874216195
        },
        {
            "start": 874216215,
            "stop": 874216271
        },
        {
            "start": 874216290,
            "stop": 874216367
        },
        {
            "start": 874216389,
            "stop": 874216405
        },
        {
            "start": 874216439,
            "stop": 874216497
        }
    ]
}