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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4573",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4571",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4572,
    "results": [
        {
            "start": 968916019,
            "stop": 968916396
        },
        {
            "start": 968916413,
            "stop": 968916784
        },
        {
            "start": 968916787,
            "stop": 968917074
        },
        {
            "start": 968918238,
            "stop": 968918989
        },
        {
            "start": 968918992,
            "stop": 968920128
        },
        {
            "start": 968920131,
            "stop": 968920156
        },
        {
            "start": 968920159,
            "stop": 968920262
        },
        {
            "start": 968920265,
            "stop": 968921181
        },
        {
            "start": 968921184,
            "stop": 968921855
        },
        {
            "start": 968921858,
            "stop": 968921862
        },
        {
            "start": 968921865,
            "stop": 968922625
        },
        {
            "start": 968922628,
            "stop": 968922886
        },
        {
            "start": 968922889,
            "stop": 968923019
        },
        {
            "start": 968923022,
            "stop": 968923924
        },
        {
            "start": 968923927,
            "stop": 968924638
        },
        {
            "start": 968924642,
            "stop": 968924861
        },
        {
            "start": 968924864,
            "stop": 968925649
        },
        {
            "start": 968925652,
            "stop": 968925846
        },
        {
            "start": 968925849,
            "stop": 968926463
        },
        {
            "start": 968926466,
            "stop": 968927960
        }
    ]
}