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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15919",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15917",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15918,
    "results": [
        {
            "start": 971386019,
            "stop": 971386024
        },
        {
            "start": 971386026,
            "stop": 971386171
        },
        {
            "start": 971386173,
            "stop": 971387259
        },
        {
            "start": 971387277,
            "stop": 971387455
        },
        {
            "start": 971387473,
            "stop": 971388382
        },
        {
            "start": 971388385,
            "stop": 971388401
        },
        {
            "start": 971388404,
            "stop": 971388471
        },
        {
            "start": 971388504,
            "stop": 971388845
        },
        {
            "start": 971388848,
            "stop": 971388861
        },
        {
            "start": 971388864,
            "stop": 971389940
        },
        {
            "start": 971389943,
            "stop": 971390229
        },
        {
            "start": 971390232,
            "stop": 971390357
        },
        {
            "start": 971390359,
            "stop": 971390644
        },
        {
            "start": 971390646,
            "stop": 971390650
        },
        {
            "start": 971390653,
            "stop": 971390725
        },
        {
            "start": 971390758,
            "stop": 971390815
        },
        {
            "start": 971390818,
            "stop": 971391788
        },
        {
            "start": 971391790,
            "stop": 971392023
        },
        {
            "start": 971392025,
            "stop": 971392149
        },
        {
            "start": 971392151,
            "stop": 971392167
        }
    ]
}