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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=134",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 135,
    "results": [
        {
            "start": 829705418,
            "stop": 829705622
        },
        {
            "start": 829705625,
            "stop": 829705631
        },
        {
            "start": 829705635,
            "stop": 829705970
        },
        {
            "start": 829705974,
            "stop": 829706043
        },
        {
            "start": 829706047,
            "stop": 829706064
        },
        {
            "start": 829706067,
            "stop": 829706073
        },
        {
            "start": 829706077,
            "stop": 829706083
        },
        {
            "start": 829706087,
            "stop": 829706128
        },
        {
            "start": 829706132,
            "stop": 829708668
        },
        {
            "start": 829708672,
            "stop": 829708790
        },
        {
            "start": 829708794,
            "stop": 829708869
        },
        {
            "start": 829708878,
            "stop": 829708912
        },
        {
            "start": 829708916,
            "stop": 829709578
        },
        {
            "start": 829709584,
            "stop": 829709917
        },
        {
            "start": 829709920,
            "stop": 829709941
        },
        {
            "start": 829709944,
            "stop": 829711375
        },
        {
            "start": 829711379,
            "stop": 829711649
        },
        {
            "start": 829711653,
            "stop": 829726185
        },
        {
            "start": 829728962,
            "stop": 829744737
        },
        {
            "start": 829746501,
            "stop": 829839976
        }
    ]
}