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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=111",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 112,
    "results": [
        {
            "start": 821332111,
            "stop": 821332231
        },
        {
            "start": 821332474,
            "stop": 821332954
        },
        {
            "start": 821333212,
            "stop": 821333632
        },
        {
            "start": 821333790,
            "stop": 821333850
        },
        {
            "start": 821334367,
            "stop": 821334907
        },
        {
            "start": 821335067,
            "stop": 821335307
        },
        {
            "start": 821335500,
            "stop": 821335860
        },
        {
            "start": 821336171,
            "stop": 821336531
        },
        {
            "start": 821336699,
            "stop": 821336759
        },
        {
            "start": 821337249,
            "stop": 821337309
        },
        {
            "start": 821337465,
            "stop": 821337525
        },
        {
            "start": 821337669,
            "stop": 821337729
        },
        {
            "start": 821337884,
            "stop": 821338064
        },
        {
            "start": 821338394,
            "stop": 821338514
        },
        {
            "start": 821338679,
            "stop": 821339519
        },
        {
            "start": 821339742,
            "stop": 821339862
        },
        {
            "start": 821340192,
            "stop": 821340252
        },
        {
            "start": 821340607,
            "stop": 821340847
        },
        {
            "start": 821341056,
            "stop": 821341626
        },
        {
            "start": 821341797,
            "stop": 821341887
        }
    ]
}