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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=238",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 239,
    "results": [
        {
            "start": 820283160,
            "stop": 820283693
        },
        {
            "start": 820283813,
            "stop": 820284346
        },
        {
            "start": 820284350,
            "stop": 820284675
        },
        {
            "start": 820285510,
            "stop": 820285924
        },
        {
            "start": 820285941,
            "stop": 820286656
        },
        {
            "start": 820286659,
            "stop": 820287000
        },
        {
            "start": 820287003,
            "stop": 820287028
        },
        {
            "start": 820287032,
            "stop": 820287216
        },
        {
            "start": 820287219,
            "stop": 820288080
        },
        {
            "start": 820288140,
            "stop": 820292333
        },
        {
            "start": 820292453,
            "stop": 820292856
        },
        {
            "start": 820292976,
            "stop": 820293360
        },
        {
            "start": 820293420,
            "stop": 820293632
        },
        {
            "start": 820293635,
            "stop": 820294637
        },
        {
            "start": 820294757,
            "stop": 820298816
        },
        {
            "start": 820298848,
            "stop": 820298939
        },
        {
            "start": 820298943,
            "stop": 820300241
        },
        {
            "start": 820300258,
            "stop": 820301044
        },
        {
            "start": 820301164,
            "stop": 820301963
        },
        {
            "start": 820301982,
            "stop": 820302960
        }
    ]
}