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=8097
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=8098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8096",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8097,
    "results": [
        {
            "start": 872578221,
            "stop": 872578243
        },
        {
            "start": 872578260,
            "stop": 872578784
        },
        {
            "start": 872578824,
            "stop": 872578920
        },
        {
            "start": 872578937,
            "stop": 872579163
        },
        {
            "start": 872582865,
            "stop": 872582933
        },
        {
            "start": 872582950,
            "stop": 872583260
        },
        {
            "start": 872584950,
            "stop": 872585187
        },
        {
            "start": 872585204,
            "stop": 872586509
        },
        {
            "start": 872586531,
            "stop": 872586718
        },
        {
            "start": 872586737,
            "stop": 872586886
        },
        {
            "start": 872586926,
            "stop": 872587043
        },
        {
            "start": 872587062,
            "stop": 872587087
        },
        {
            "start": 872589046,
            "stop": 872589057
        },
        {
            "start": 872589085,
            "stop": 872589099
        },
        {
            "start": 872589116,
            "stop": 872589216
        },
        {
            "start": 872589233,
            "stop": 872589312
        },
        {
            "start": 872589329,
            "stop": 872589330
        },
        {
            "start": 872589347,
            "stop": 872589494
        },
        {
            "start": 872589513,
            "stop": 872589521
        },
        {
            "start": 872589552,
            "stop": 872589631
        }
    ]
}