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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=272",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 273,
    "results": [
        {
            "start": 821689824,
            "stop": 821689826
        },
        {
            "start": 821689832,
            "stop": 821689842
        },
        {
            "start": 821689847,
            "stop": 821689856
        },
        {
            "start": 821689860,
            "stop": 821689872
        },
        {
            "start": 821689879,
            "stop": 821689881
        },
        {
            "start": 821689884,
            "stop": 821689894
        },
        {
            "start": 821689903,
            "stop": 821689921
        },
        {
            "start": 821689924,
            "stop": 821689933
        },
        {
            "start": 821689939,
            "stop": 821689940
        },
        {
            "start": 821689945,
            "stop": 821689955
        },
        {
            "start": 821689958,
            "stop": 821689967
        },
        {
            "start": 821689970,
            "stop": 821689974
        },
        {
            "start": 821689977,
            "stop": 821689978
        },
        {
            "start": 821689981,
            "stop": 821689983
        },
        {
            "start": 821689986,
            "stop": 821689998
        },
        {
            "start": 821690001,
            "stop": 821690008
        },
        {
            "start": 821690011,
            "stop": 821690013
        },
        {
            "start": 821690016,
            "stop": 821690022
        },
        {
            "start": 821690025,
            "stop": 821690026
        },
        {
            "start": 821690029,
            "stop": 821690031
        }
    ]
}