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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8836",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8837,
    "results": [
        {
            "start": 872825220,
            "stop": 872825280
        },
        {
            "start": 872825340,
            "stop": 872825400
        },
        {
            "start": 872825460,
            "stop": 872825778
        },
        {
            "start": 872825795,
            "stop": 872825996
        },
        {
            "start": 872826013,
            "stop": 872827573
        },
        {
            "start": 872827592,
            "stop": 872827680
        },
        {
            "start": 872827800,
            "stop": 872827860
        },
        {
            "start": 872827920,
            "stop": 872828173
        },
        {
            "start": 872828193,
            "stop": 872828406
        },
        {
            "start": 872828423,
            "stop": 872829303
        },
        {
            "start": 872829320,
            "stop": 872830097
        },
        {
            "start": 872830114,
            "stop": 872830408
        },
        {
            "start": 872830425,
            "stop": 872830887
        },
        {
            "start": 872830904,
            "stop": 872830963
        },
        {
            "start": 872830980,
            "stop": 872832149
        },
        {
            "start": 872832166,
            "stop": 872833265
        },
        {
            "start": 872833282,
            "stop": 872835932
        },
        {
            "start": 872835949,
            "stop": 872837837
        },
        {
            "start": 872837854,
            "stop": 872838265
        },
        {
            "start": 872838282,
            "stop": 872838877
        }
    ]
}