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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5048",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5049,
    "results": [
        {
            "start": 872818740,
            "stop": 872819454
        },
        {
            "start": 872819495,
            "stop": 872819577
        },
        {
            "start": 872820544,
            "stop": 872821516
        },
        {
            "start": 872821559,
            "stop": 872822428
        },
        {
            "start": 872822630,
            "stop": 872822787
        },
        {
            "start": 872822804,
            "stop": 872822935
        },
        {
            "start": 872822952,
            "stop": 872824800
        },
        {
            "start": 872824980,
            "stop": 872825040
        },
        {
            "start": 872825220,
            "stop": 872825280
        },
        {
            "start": 872825340,
            "stop": 872825400
        },
        {
            "start": 872825460,
            "stop": 872825996
        },
        {
            "start": 872826013,
            "stop": 872827579
        },
        {
            "start": 872827586,
            "stop": 872827680
        },
        {
            "start": 872827800,
            "stop": 872827860
        },
        {
            "start": 872827920,
            "stop": 872828179
        },
        {
            "start": 872828187,
            "stop": 872828406
        },
        {
            "start": 872828423,
            "stop": 872830887
        },
        {
            "start": 872830904,
            "stop": 872833265
        },
        {
            "start": 872833282,
            "stop": 872835932
        },
        {
            "start": 872835949,
            "stop": 872838265
        }
    ]
}