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=8354
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=8355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8353",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8354,
    "results": [
        {
            "start": 874669729,
            "stop": 874670039
        },
        {
            "start": 874670159,
            "stop": 874670282
        },
        {
            "start": 874670305,
            "stop": 874670415
        },
        {
            "start": 874670432,
            "stop": 874670459
        },
        {
            "start": 874670476,
            "stop": 874670528
        },
        {
            "start": 874670547,
            "stop": 874670652
        },
        {
            "start": 874670669,
            "stop": 874671775
        },
        {
            "start": 874671792,
            "stop": 874671867
        },
        {
            "start": 874671884,
            "stop": 874671918
        },
        {
            "start": 874671935,
            "stop": 874672295
        },
        {
            "start": 874672312,
            "stop": 874672489
        },
        {
            "start": 874672506,
            "stop": 874673182
        },
        {
            "start": 874673216,
            "stop": 874673422
        },
        {
            "start": 874673441,
            "stop": 874673460
        },
        {
            "start": 874676490,
            "stop": 874676518
        },
        {
            "start": 874676535,
            "stop": 874676544
        },
        {
            "start": 874676561,
            "stop": 874676581
        },
        {
            "start": 874676600,
            "stop": 874676658
        },
        {
            "start": 874676675,
            "stop": 874676763
        },
        {
            "start": 874676780,
            "stop": 874676823
        }
    ]
}