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=457
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=458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=456",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 457,
    "results": [
        {
            "start": 818760862,
            "stop": 818760863
        },
        {
            "start": 818769500,
            "stop": 818770225
        },
        {
            "start": 818770228,
            "stop": 818770404
        },
        {
            "start": 818770409,
            "stop": 818770507
        },
        {
            "start": 818770510,
            "stop": 818770521
        },
        {
            "start": 818770524,
            "stop": 818770531
        },
        {
            "start": 818770535,
            "stop": 818770543
        },
        {
            "start": 818770546,
            "stop": 818770581
        },
        {
            "start": 818770584,
            "stop": 818770615
        },
        {
            "start": 818770621,
            "stop": 818770622
        },
        {
            "start": 818770625,
            "stop": 818770680
        },
        {
            "start": 818770683,
            "stop": 818770692
        },
        {
            "start": 818770695,
            "stop": 818770718
        },
        {
            "start": 818770722,
            "stop": 818770743
        },
        {
            "start": 818770748,
            "stop": 818770754
        },
        {
            "start": 818770757,
            "stop": 818770758
        },
        {
            "start": 818770762,
            "stop": 818770772
        },
        {
            "start": 818770777,
            "stop": 818770783
        },
        {
            "start": 818770786,
            "stop": 818770796
        },
        {
            "start": 818770804,
            "stop": 818770813
        }
    ]
}