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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4648",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4646",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4647,
    "results": [
        {
            "start": 969559842,
            "stop": 969559872
        },
        {
            "start": 969559875,
            "stop": 969560031
        },
        {
            "start": 969560034,
            "stop": 969560082
        },
        {
            "start": 969560085,
            "stop": 969560126
        },
        {
            "start": 969560131,
            "stop": 969560330
        },
        {
            "start": 969560333,
            "stop": 969560506
        },
        {
            "start": 969560509,
            "stop": 969560510
        },
        {
            "start": 969560513,
            "stop": 969560738
        },
        {
            "start": 969560798,
            "stop": 969560997
        },
        {
            "start": 969561000,
            "stop": 969561070
        },
        {
            "start": 969561074,
            "stop": 969561186
        },
        {
            "start": 969561207,
            "stop": 969561395
        },
        {
            "start": 969561398,
            "stop": 969561458
        },
        {
            "start": 969567458,
            "stop": 969567578
        },
        {
            "start": 969568418,
            "stop": 969568538
        },
        {
            "start": 969569138,
            "stop": 969569498
        },
        {
            "start": 969569618,
            "stop": 969569822
        },
        {
            "start": 969569825,
            "stop": 969569906
        },
        {
            "start": 969569909,
            "stop": 969572072
        },
        {
            "start": 969575192,
            "stop": 969575998
        }
    ]
}