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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=306",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 307,
    "results": [
        {
            "start": 931801095,
            "stop": 931801100
        },
        {
            "start": 931801102,
            "stop": 931801129
        },
        {
            "start": 931801131,
            "stop": 931801137
        },
        {
            "start": 931801140,
            "stop": 931801167
        },
        {
            "start": 931801169,
            "stop": 931801202
        },
        {
            "start": 931801204,
            "stop": 931801214
        },
        {
            "start": 931801334,
            "stop": 931801643
        },
        {
            "start": 931801645,
            "stop": 931801739
        },
        {
            "start": 931801741,
            "stop": 931802110
        },
        {
            "start": 931802112,
            "stop": 931802638
        },
        {
            "start": 931802758,
            "stop": 931802943
        },
        {
            "start": 931803071,
            "stop": 931803256
        },
        {
            "start": 931803258,
            "stop": 931803472
        },
        {
            "start": 931803476,
            "stop": 931803877
        },
        {
            "start": 931803878,
            "stop": 931804151
        },
        {
            "start": 931808371,
            "stop": 931808382
        },
        {
            "start": 931808386,
            "stop": 931808430
        },
        {
            "start": 931808432,
            "stop": 931808716
        },
        {
            "start": 931851821,
            "stop": 931851824
        },
        {
            "start": 931851826,
            "stop": 931851839
        }
    ]
}