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=4793
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=4794",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4792",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4793,
    "results": [
        {
            "start": 970670467,
            "stop": 970670516
        },
        {
            "start": 970670519,
            "stop": 970670573
        },
        {
            "start": 970670576,
            "stop": 970670589
        },
        {
            "start": 970675820,
            "stop": 970675917
        },
        {
            "start": 970675920,
            "stop": 970676081
        },
        {
            "start": 970676102,
            "stop": 970676717
        },
        {
            "start": 970676720,
            "stop": 970676955
        },
        {
            "start": 970676958,
            "stop": 970677638
        },
        {
            "start": 970677641,
            "stop": 970677717
        },
        {
            "start": 970677720,
            "stop": 970678190
        },
        {
            "start": 970678193,
            "stop": 970678272
        },
        {
            "start": 970678275,
            "stop": 970678438
        },
        {
            "start": 970678455,
            "stop": 970678709
        },
        {
            "start": 970678712,
            "stop": 970678725
        },
        {
            "start": 970678728,
            "stop": 970678830
        },
        {
            "start": 970678835,
            "stop": 970678923
        },
        {
            "start": 970678926,
            "stop": 970679099
        },
        {
            "start": 970679103,
            "stop": 970679184
        },
        {
            "start": 970679187,
            "stop": 970679254
        },
        {
            "start": 970679257,
            "stop": 970679339
        }
    ]
}