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=2156
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=2157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2155",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2156,
    "results": [
        {
            "start": 872341800,
            "stop": 872341809
        },
        {
            "start": 872341853,
            "stop": 872341865
        },
        {
            "start": 872341884,
            "stop": 872341888
        },
        {
            "start": 872341907,
            "stop": 872341937
        },
        {
            "start": 872341979,
            "stop": 872342365
        },
        {
            "start": 872342387,
            "stop": 872342890
        },
        {
            "start": 872342907,
            "stop": 872342948
        },
        {
            "start": 872342965,
            "stop": 872342996
        },
        {
            "start": 872343038,
            "stop": 872343064
        },
        {
            "start": 872343081,
            "stop": 872343102
        },
        {
            "start": 872343135,
            "stop": 872343145
        },
        {
            "start": 872343222,
            "stop": 872343257
        },
        {
            "start": 872343293,
            "stop": 872343299
        },
        {
            "start": 872343877,
            "stop": 872343888
        },
        {
            "start": 872343919,
            "stop": 872344002
        },
        {
            "start": 872344020,
            "stop": 872344033
        },
        {
            "start": 872344057,
            "stop": 872344086
        },
        {
            "start": 872344103,
            "stop": 872344110
        },
        {
            "start": 872344151,
            "stop": 872344159
        },
        {
            "start": 872344178,
            "stop": 872344240
        }
    ]
}