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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3531",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3532,
    "results": [
        {
            "start": 871526056,
            "stop": 871526213
        },
        {
            "start": 871526230,
            "stop": 871526263
        },
        {
            "start": 871526288,
            "stop": 871526301
        },
        {
            "start": 871526318,
            "stop": 871526436
        },
        {
            "start": 871526453,
            "stop": 871526455
        },
        {
            "start": 871526475,
            "stop": 871526505
        },
        {
            "start": 871526522,
            "stop": 871526596
        },
        {
            "start": 871526614,
            "stop": 871526665
        },
        {
            "start": 871526682,
            "stop": 871527105
        },
        {
            "start": 871527122,
            "stop": 871527189
        },
        {
            "start": 871527206,
            "stop": 871527207
        },
        {
            "start": 871527224,
            "stop": 871527761
        },
        {
            "start": 871527778,
            "stop": 871528259
        },
        {
            "start": 871528276,
            "stop": 871528389
        },
        {
            "start": 871528406,
            "stop": 871528457
        },
        {
            "start": 871528474,
            "stop": 871528591
        },
        {
            "start": 871528621,
            "stop": 871529038
        },
        {
            "start": 871529055,
            "stop": 871529776
        },
        {
            "start": 871529803,
            "stop": 871529809
        },
        {
            "start": 871529826,
            "stop": 871529839
        }
    ]
}