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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1865",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1866,
    "results": [
        {
            "start": 844515011,
            "stop": 844515661
        },
        {
            "start": 844515961,
            "stop": 844516568
        },
        {
            "start": 844516868,
            "stop": 844519480
        },
        {
            "start": 844519485,
            "stop": 844522177
        },
        {
            "start": 844522183,
            "stop": 844522375
        },
        {
            "start": 844522380,
            "stop": 844522390
        },
        {
            "start": 844522395,
            "stop": 844524554
        },
        {
            "start": 844524556,
            "stop": 844526470
        },
        {
            "start": 844560244,
            "stop": 844562533
        },
        {
            "start": 844563287,
            "stop": 844563838
        },
        {
            "start": 844564138,
            "stop": 844567234
        },
        {
            "start": 844567566,
            "stop": 844570374
        },
        {
            "start": 844570484,
            "stop": 844573955
        },
        {
            "start": 844574255,
            "stop": 844575033
        },
        {
            "start": 844575143,
            "stop": 844577626
        },
        {
            "start": 844577926,
            "stop": 844578542
        },
        {
            "start": 844578652,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844591695
        },
        {
            "start": 844591995,
            "stop": 844592033
        },
        {
            "start": 844592143,
            "stop": 844599337
        }
    ]
}