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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3955",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3956,
    "results": [
        {
            "start": 874360571,
            "stop": 874360731
        },
        {
            "start": 874360734,
            "stop": 874360748
        },
        {
            "start": 874360751,
            "stop": 874361455
        },
        {
            "start": 874361458,
            "stop": 874361729
        },
        {
            "start": 874361732,
            "stop": 874361926
        },
        {
            "start": 874361931,
            "stop": 874362059
        },
        {
            "start": 874362065,
            "stop": 874362119
        },
        {
            "start": 874362122,
            "stop": 874362302
        },
        {
            "start": 874362305,
            "stop": 874362319
        },
        {
            "start": 874362322,
            "stop": 874362346
        },
        {
            "start": 874362349,
            "stop": 874362380
        },
        {
            "start": 874362383,
            "stop": 874362387
        },
        {
            "start": 874362392,
            "stop": 874363128
        },
        {
            "start": 874363135,
            "stop": 874363317
        },
        {
            "start": 874363321,
            "stop": 874363335
        },
        {
            "start": 874363340,
            "stop": 874363347
        },
        {
            "start": 874363350,
            "stop": 874364165
        },
        {
            "start": 874364227,
            "stop": 874368060
        },
        {
            "start": 874368061,
            "stop": 874368090
        },
        {
            "start": 874368091,
            "stop": 874368109
        }
    ]
}