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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4632",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4633,
    "results": [
        {
            "start": 874238173,
            "stop": 874238210
        },
        {
            "start": 874238229,
            "stop": 874238343
        },
        {
            "start": 874238362,
            "stop": 874238408
        },
        {
            "start": 874238427,
            "stop": 874238464
        },
        {
            "start": 874238491,
            "stop": 874238535
        },
        {
            "start": 874238554,
            "stop": 874238558
        },
        {
            "start": 874238577,
            "stop": 874238649
        },
        {
            "start": 874238673,
            "stop": 874238690
        },
        {
            "start": 874238811,
            "stop": 874238823
        },
        {
            "start": 874238843,
            "stop": 874238845
        },
        {
            "start": 874238885,
            "stop": 874238897
        },
        {
            "start": 874238916,
            "stop": 874238945
        },
        {
            "start": 874238964,
            "stop": 874239185
        },
        {
            "start": 874239215,
            "stop": 874239358
        },
        {
            "start": 874239377,
            "stop": 874239498
        },
        {
            "start": 874239518,
            "stop": 874239567
        },
        {
            "start": 874239594,
            "stop": 874239612
        },
        {
            "start": 874239631,
            "stop": 874239632
        },
        {
            "start": 874239666,
            "stop": 874239723
        },
        {
            "start": 874239759,
            "stop": 874239796
        }
    ]
}