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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=137",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 138,
    "results": [
        {
            "start": 834426926,
            "stop": 834429193
        },
        {
            "start": 834431504,
            "stop": 834436965
        },
        {
            "start": 834438340,
            "stop": 834463114
        },
        {
            "start": 834463687,
            "stop": 834478138
        },
        {
            "start": 834478938,
            "stop": 834480305
        },
        {
            "start": 834481606,
            "stop": 834501073
        },
        {
            "start": 834501105,
            "stop": 834501106
        },
        {
            "start": 834501335,
            "stop": 834501844
        },
        {
            "start": 834504986,
            "stop": 834511873
        },
        {
            "start": 834511880,
            "stop": 834511881
        },
        {
            "start": 834511993,
            "stop": 834512040
        },
        {
            "start": 834512506,
            "stop": 834513370
        },
        {
            "start": 834513932,
            "stop": 834514384
        },
        {
            "start": 834518293,
            "stop": 834519253
        },
        {
            "start": 834520346,
            "stop": 834524338
        },
        {
            "start": 834526784,
            "stop": 834563833
        },
        {
            "start": 834563862,
            "stop": 834563863
        },
        {
            "start": 834564616,
            "stop": 834586005
        },
        {
            "start": 834587435,
            "stop": 834590233
        },
        {
            "start": 834590258,
            "stop": 834590259
        }
    ]
}