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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=90",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 91,
    "results": [
        {
            "start": 816860015,
            "stop": 816860037
        },
        {
            "start": 816860059,
            "stop": 816860100
        },
        {
            "start": 816860175,
            "stop": 816860197
        },
        {
            "start": 816860217,
            "stop": 816860341
        },
        {
            "start": 816860469,
            "stop": 816860534
        },
        {
            "start": 816860556,
            "stop": 816860601
        },
        {
            "start": 816860622,
            "stop": 816860624
        },
        {
            "start": 816860644,
            "stop": 816860660
        },
        {
            "start": 816860823,
            "stop": 816860837
        },
        {
            "start": 816860901,
            "stop": 816860980
        },
        {
            "start": 816861060,
            "stop": 816861107
        },
        {
            "start": 816861140,
            "stop": 816861214
        },
        {
            "start": 816861233,
            "stop": 816861300
        },
        {
            "start": 816861360,
            "stop": 816861414
        },
        {
            "start": 816861434,
            "stop": 816861445
        },
        {
            "start": 816861499,
            "stop": 816861531
        },
        {
            "start": 816861573,
            "stop": 816861628
        },
        {
            "start": 816861678,
            "stop": 816861713
        },
        {
            "start": 816861733,
            "stop": 816861860
        },
        {
            "start": 816861895,
            "stop": 816861991
        }
    ]
}