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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=280",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 281,
    "results": [
        {
            "start": 822002574,
            "stop": 822003349
        },
        {
            "start": 822003355,
            "stop": 822004140
        },
        {
            "start": 822006253,
            "stop": 822006322
        },
        {
            "start": 822006326,
            "stop": 822006543
        },
        {
            "start": 822006553,
            "stop": 822012586
        },
        {
            "start": 822013142,
            "stop": 822013209
        },
        {
            "start": 822013220,
            "stop": 822018864
        },
        {
            "start": 822018870,
            "stop": 822022817
        },
        {
            "start": 822022822,
            "stop": 822027388
        },
        {
            "start": 822030356,
            "stop": 822030409
        },
        {
            "start": 822030532,
            "stop": 822031855
        },
        {
            "start": 822031944,
            "stop": 822032589
        },
        {
            "start": 822032708,
            "stop": 822032739
        },
        {
            "start": 822032844,
            "stop": 822033103
        },
        {
            "start": 822045498,
            "stop": 822053135
        },
        {
            "start": 822053237,
            "stop": 822054440
        },
        {
            "start": 822056098,
            "stop": 822057388
        },
        {
            "start": 822057393,
            "stop": 822057408
        },
        {
            "start": 822057418,
            "stop": 822057478
        },
        {
            "start": 822057483,
            "stop": 822065817
        }
    ]
}