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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4298",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4299,
    "results": [
        {
            "start": 874670681,
            "stop": 874670733
        },
        {
            "start": 874670753,
            "stop": 874670798
        },
        {
            "start": 874670817,
            "stop": 874670833
        },
        {
            "start": 874670853,
            "stop": 874670913
        },
        {
            "start": 874670933,
            "stop": 874670977
        },
        {
            "start": 874671047,
            "stop": 874671117
        },
        {
            "start": 874671147,
            "stop": 874671150
        },
        {
            "start": 874671169,
            "stop": 874671350
        },
        {
            "start": 874671383,
            "stop": 874671417
        },
        {
            "start": 874671436,
            "stop": 874671480
        },
        {
            "start": 874671512,
            "stop": 874671515
        },
        {
            "start": 874671556,
            "stop": 874671560
        },
        {
            "start": 874671579,
            "stop": 874671649
        },
        {
            "start": 874671668,
            "stop": 874671697
        },
        {
            "start": 874671722,
            "stop": 874671790
        },
        {
            "start": 874671809,
            "stop": 874671818
        },
        {
            "start": 874671856,
            "stop": 874671910
        },
        {
            "start": 874671929,
            "stop": 874671999
        },
        {
            "start": 874672018,
            "stop": 874672031
        },
        {
            "start": 874672050,
            "stop": 874672066
        }
    ]
}