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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=112",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 113,
    "results": [
        {
            "start": 816948838,
            "stop": 816948847
        },
        {
            "start": 816948882,
            "stop": 816949033
        },
        {
            "start": 816949103,
            "stop": 816949107
        },
        {
            "start": 816949145,
            "stop": 816949260
        },
        {
            "start": 816949336,
            "stop": 816949364
        },
        {
            "start": 816949383,
            "stop": 816949398
        },
        {
            "start": 816949435,
            "stop": 816949501
        },
        {
            "start": 816949530,
            "stop": 816949533
        },
        {
            "start": 816949565,
            "stop": 816949573
        },
        {
            "start": 816949593,
            "stop": 816949608
        },
        {
            "start": 816949665,
            "stop": 816949674
        },
        {
            "start": 816949800,
            "stop": 816949818
        },
        {
            "start": 816949850,
            "stop": 816949878
        },
        {
            "start": 816949939,
            "stop": 816949943
        },
        {
            "start": 816949992,
            "stop": 816949996
        },
        {
            "start": 816950029,
            "stop": 816950039
        },
        {
            "start": 816950059,
            "stop": 816950064
        },
        {
            "start": 816950095,
            "stop": 816950107
        },
        {
            "start": 816950151,
            "stop": 816950157
        },
        {
            "start": 816950191,
            "stop": 816950221
        }
    ]
}