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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=238",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 239,
    "results": [
        {
            "start": 933804255,
            "stop": 933807615
        },
        {
            "start": 933807855,
            "stop": 933810178
        },
        {
            "start": 933810182,
            "stop": 933810495
        },
        {
            "start": 933816782,
            "stop": 933818361
        },
        {
            "start": 933818366,
            "stop": 933818415
        },
        {
            "start": 933818655,
            "stop": 933819931
        },
        {
            "start": 933819948,
            "stop": 933820191
        },
        {
            "start": 933822603,
            "stop": 933823170
        },
        {
            "start": 933823175,
            "stop": 933824055
        },
        {
            "start": 933824880,
            "stop": 933825615
        },
        {
            "start": 933825855,
            "stop": 933826215
        },
        {
            "start": 933829024,
            "stop": 933829180
        },
        {
            "start": 933829182,
            "stop": 933829215
        },
        {
            "start": 933829455,
            "stop": 933830015
        },
        {
            "start": 933830020,
            "stop": 933830965
        },
        {
            "start": 933830967,
            "stop": 933832815
        },
        {
            "start": 933833055,
            "stop": 933836415
        },
        {
            "start": 933836655,
            "stop": 933837421
        },
        {
            "start": 933837426,
            "stop": 933840015
        },
        {
            "start": 933840255,
            "stop": 933842450
        }
    ]
}