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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=236",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 237,
    "results": [
        {
            "start": 820869781,
            "stop": 820870159
        },
        {
            "start": 820870168,
            "stop": 820870310
        },
        {
            "start": 820870317,
            "stop": 820870557
        },
        {
            "start": 820870564,
            "stop": 820870618
        },
        {
            "start": 820870625,
            "stop": 820870925
        },
        {
            "start": 820870932,
            "stop": 820870974
        },
        {
            "start": 820870981,
            "stop": 820871072
        },
        {
            "start": 820871079,
            "stop": 820871489
        },
        {
            "start": 820871497,
            "stop": 820871816
        },
        {
            "start": 820871823,
            "stop": 820872480
        },
        {
            "start": 820872487,
            "stop": 820872510
        },
        {
            "start": 820872517,
            "stop": 820872674
        },
        {
            "start": 820872681,
            "stop": 820872945
        },
        {
            "start": 820872952,
            "stop": 820872965
        },
        {
            "start": 820872973,
            "stop": 820873204
        },
        {
            "start": 820877248,
            "stop": 820878042
        },
        {
            "start": 820878049,
            "stop": 820878547
        },
        {
            "start": 820878554,
            "stop": 820878702
        },
        {
            "start": 820878709,
            "stop": 820879033
        },
        {
            "start": 820880092,
            "stop": 820880412
        }
    ]
}