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=4787
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=4788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4786",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4787,
    "results": [
        {
            "start": 874612272,
            "stop": 874612319
        },
        {
            "start": 874612339,
            "stop": 874612349
        },
        {
            "start": 874612388,
            "stop": 874612413
        },
        {
            "start": 874612432,
            "stop": 874612440
        },
        {
            "start": 874612465,
            "stop": 874612470
        },
        {
            "start": 874612489,
            "stop": 874612492
        },
        {
            "start": 874612512,
            "stop": 874612516
        },
        {
            "start": 874612535,
            "stop": 874612547
        },
        {
            "start": 874612598,
            "stop": 874612610
        },
        {
            "start": 874612637,
            "stop": 874612638
        },
        {
            "start": 874612658,
            "stop": 874612665
        },
        {
            "start": 874612752,
            "stop": 874612832
        },
        {
            "start": 874612855,
            "stop": 874612871
        },
        {
            "start": 874612892,
            "stop": 874612897
        },
        {
            "start": 874612917,
            "stop": 874612942
        },
        {
            "start": 874612961,
            "stop": 874612984
        },
        {
            "start": 874613015,
            "stop": 874613040
        },
        {
            "start": 874613059,
            "stop": 874613095
        },
        {
            "start": 874613122,
            "stop": 874613149
        },
        {
            "start": 874613179,
            "stop": 874613181
        }
    ]
}