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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=124",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 125,
    "results": [
        {
            "start": 832735077,
            "stop": 832735078
        },
        {
            "start": 832735201,
            "stop": 832735226
        },
        {
            "start": 832735352,
            "stop": 832747548
        },
        {
            "start": 832748909,
            "stop": 832776134
        },
        {
            "start": 832777273,
            "stop": 832777633
        },
        {
            "start": 832777680,
            "stop": 832777681
        },
        {
            "start": 832777813,
            "stop": 832789513
        },
        {
            "start": 832789522,
            "stop": 832789523
        },
        {
            "start": 832790054,
            "stop": 832790953
        },
        {
            "start": 832793778,
            "stop": 832802053
        },
        {
            "start": 832804694,
            "stop": 832822909
        },
        {
            "start": 832832626,
            "stop": 832835773
        },
        {
            "start": 832835775,
            "stop": 832835776
        },
        {
            "start": 832836345,
            "stop": 832860193
        },
        {
            "start": 832860233,
            "stop": 832860234
        },
        {
            "start": 832864479,
            "stop": 832867933
        },
        {
            "start": 832867941,
            "stop": 832867943
        },
        {
            "start": 832868015,
            "stop": 832881073
        },
        {
            "start": 832881113,
            "stop": 832881115
        },
        {
            "start": 832881519,
            "stop": 832882513
        }
    ]
}