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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=105",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 106,
    "results": [
        {
            "start": 816934514,
            "stop": 816934572
        },
        {
            "start": 816934592,
            "stop": 816934713
        },
        {
            "start": 816934734,
            "stop": 816934735
        },
        {
            "start": 816934756,
            "stop": 816934758
        },
        {
            "start": 816934779,
            "stop": 816934789
        },
        {
            "start": 816934843,
            "stop": 816934870
        },
        {
            "start": 816934937,
            "stop": 816934942
        },
        {
            "start": 816934977,
            "stop": 816934989
        },
        {
            "start": 816935009,
            "stop": 816935010
        },
        {
            "start": 816935043,
            "stop": 816935097
        },
        {
            "start": 816935164,
            "stop": 816935189
        },
        {
            "start": 816935225,
            "stop": 816935229
        },
        {
            "start": 816935249,
            "stop": 816935429
        },
        {
            "start": 816935498,
            "stop": 816935520
        },
        {
            "start": 816935680,
            "stop": 816935691
        },
        {
            "start": 816937500,
            "stop": 816937514
        },
        {
            "start": 816937766,
            "stop": 816937850
        },
        {
            "start": 816937931,
            "stop": 816937933
        },
        {
            "start": 816938160,
            "stop": 816938219
        },
        {
            "start": 816938277,
            "stop": 816938288
        }
    ]
}