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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3719",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3720,
    "results": [
        {
            "start": 872640408,
            "stop": 872640420
        },
        {
            "start": 872640423,
            "stop": 872640424
        },
        {
            "start": 872640427,
            "stop": 872640454
        },
        {
            "start": 872640457,
            "stop": 872640459
        },
        {
            "start": 872640462,
            "stop": 872640497
        },
        {
            "start": 872640500,
            "stop": 872640512
        },
        {
            "start": 872640515,
            "stop": 872640531
        },
        {
            "start": 872640534,
            "stop": 872640653
        },
        {
            "start": 872640656,
            "stop": 872640806
        },
        {
            "start": 872640810,
            "stop": 872640828
        },
        {
            "start": 872640832,
            "stop": 872640941
        },
        {
            "start": 872640944,
            "stop": 872640969
        },
        {
            "start": 872640973,
            "stop": 872640975
        },
        {
            "start": 872640981,
            "stop": 872640982
        },
        {
            "start": 872640989,
            "stop": 872640990
        },
        {
            "start": 872640993,
            "stop": 872641020
        },
        {
            "start": 872641027,
            "stop": 872641041
        },
        {
            "start": 872641053,
            "stop": 872641144
        },
        {
            "start": 872641148,
            "stop": 872641185
        },
        {
            "start": 872641188,
            "stop": 872641273
        }
    ]
}