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=4604
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=4605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4603",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4604,
    "results": [
        {
            "start": 874120485,
            "stop": 874120500
        },
        {
            "start": 874120680,
            "stop": 874120800
        },
        {
            "start": 874120993,
            "stop": 874121040
        },
        {
            "start": 874121220,
            "stop": 874121296
        },
        {
            "start": 874121316,
            "stop": 874121340
        },
        {
            "start": 874121460,
            "stop": 874121520
        },
        {
            "start": 874121580,
            "stop": 874121652
        },
        {
            "start": 874121672,
            "stop": 874122299
        },
        {
            "start": 874122419,
            "stop": 874122618
        },
        {
            "start": 874122637,
            "stop": 874122987
        },
        {
            "start": 874123007,
            "stop": 874123108
        },
        {
            "start": 874123128,
            "stop": 874123903
        },
        {
            "start": 874123924,
            "stop": 874123945
        },
        {
            "start": 874123964,
            "stop": 874124148
        },
        {
            "start": 874124167,
            "stop": 874124698
        },
        {
            "start": 874124717,
            "stop": 874125087
        },
        {
            "start": 874125106,
            "stop": 874125475
        },
        {
            "start": 874125495,
            "stop": 874126122
        },
        {
            "start": 874126141,
            "stop": 874126712
        },
        {
            "start": 874126731,
            "stop": 874127935
        }
    ]
}