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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2055",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2053",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2054,
    "results": [
        {
            "start": 861034074,
            "stop": 861035344
        },
        {
            "start": 861035586,
            "stop": 861035687
        },
        {
            "start": 861035690,
            "stop": 861035838
        },
        {
            "start": 861035842,
            "stop": 861035859
        },
        {
            "start": 861035863,
            "stop": 861035895
        },
        {
            "start": 861035901,
            "stop": 861036125
        },
        {
            "start": 861036130,
            "stop": 861036980
        },
        {
            "start": 861037169,
            "stop": 861037961
        },
        {
            "start": 861039616,
            "stop": 861040530
        },
        {
            "start": 861040535,
            "stop": 861040540
        },
        {
            "start": 861040545,
            "stop": 861040715
        },
        {
            "start": 861041015,
            "stop": 861041438
        },
        {
            "start": 861041548,
            "stop": 861041740
        },
        {
            "start": 861042304,
            "stop": 861042678
        },
        {
            "start": 861043563,
            "stop": 861044514
        },
        {
            "start": 861044814,
            "stop": 861048555
        },
        {
            "start": 861048560,
            "stop": 861055148
        },
        {
            "start": 861056605,
            "stop": 861057680
        },
        {
            "start": 861057980,
            "stop": 861064797
        },
        {
            "start": 861065854,
            "stop": 861068176
        }
    ]
}