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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10033",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10034,
    "results": [
        {
            "start": 872503220,
            "stop": 872503311
        },
        {
            "start": 872503328,
            "stop": 872504464
        },
        {
            "start": 872504500,
            "stop": 872504781
        },
        {
            "start": 872504876,
            "stop": 872505382
        },
        {
            "start": 872505399,
            "stop": 872506223
        },
        {
            "start": 872506260,
            "stop": 872507831
        },
        {
            "start": 872507848,
            "stop": 872508133
        },
        {
            "start": 872508150,
            "stop": 872508448
        },
        {
            "start": 872508484,
            "stop": 872508745
        },
        {
            "start": 872508781,
            "stop": 872509020
        },
        {
            "start": 872509054,
            "stop": 872509271
        },
        {
            "start": 872509334,
            "stop": 872509351
        },
        {
            "start": 872509385,
            "stop": 872509793
        },
        {
            "start": 872509890,
            "stop": 872509892
        },
        {
            "start": 872546414,
            "stop": 872546544
        },
        {
            "start": 872546578,
            "stop": 872546665
        },
        {
            "start": 872546683,
            "stop": 872546741
        },
        {
            "start": 872546777,
            "stop": 872546869
        },
        {
            "start": 872546905,
            "stop": 872546935
        },
        {
            "start": 872546971,
            "stop": 872547030
        }
    ]
}