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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2347",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2348,
    "results": [
        {
            "start": 872021111,
            "stop": 872021221
        },
        {
            "start": 872021225,
            "stop": 872021846
        },
        {
            "start": 872021882,
            "stop": 872021975
        },
        {
            "start": 872022011,
            "stop": 872022035
        },
        {
            "start": 872022071,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872023104
        },
        {
            "start": 872023200,
            "stop": 872023790
        },
        {
            "start": 872023870,
            "stop": 872026490
        },
        {
            "start": 872026630,
            "stop": 872026929
        },
        {
            "start": 872026933,
            "stop": 872027990
        },
        {
            "start": 872028248,
            "stop": 872028713
        },
        {
            "start": 872028730,
            "stop": 872030130
        },
        {
            "start": 872030147,
            "stop": 872030640
        },
        {
            "start": 872030722,
            "stop": 872030828
        },
        {
            "start": 872032214,
            "stop": 872032307
        },
        {
            "start": 872032343,
            "stop": 872033630
        },
        {
            "start": 872033710,
            "stop": 872033792
        },
        {
            "start": 872033828,
            "stop": 872038430
        },
        {
            "start": 872038510,
            "stop": 872038896
        },
        {
            "start": 872038913,
            "stop": 872043072
        }
    ]
}