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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=309",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 310,
    "results": [
        {
            "start": 823061468,
            "stop": 823061662
        },
        {
            "start": 823061671,
            "stop": 823061974
        },
        {
            "start": 823061980,
            "stop": 823062072
        },
        {
            "start": 823062092,
            "stop": 823062328
        },
        {
            "start": 823062335,
            "stop": 823062529
        },
        {
            "start": 823062539,
            "stop": 823063049
        },
        {
            "start": 823063055,
            "stop": 823063129
        },
        {
            "start": 823063134,
            "stop": 823063270
        },
        {
            "start": 823063275,
            "stop": 823063359
        },
        {
            "start": 823063371,
            "stop": 823063424
        },
        {
            "start": 823063433,
            "stop": 823063446
        },
        {
            "start": 823063452,
            "stop": 823063461
        },
        {
            "start": 823063467,
            "stop": 823063505
        },
        {
            "start": 823063517,
            "stop": 823063547
        },
        {
            "start": 823063557,
            "stop": 823063611
        },
        {
            "start": 823063619,
            "stop": 823063677
        },
        {
            "start": 823063684,
            "stop": 823063692
        },
        {
            "start": 823063698,
            "stop": 823063858
        },
        {
            "start": 823063870,
            "stop": 823064080
        },
        {
            "start": 823064086,
            "stop": 823064110
        }
    ]
}