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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=74",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 75,
    "results": [
        {
            "start": 818659004,
            "stop": 818677633
        },
        {
            "start": 818681335,
            "stop": 818684260
        },
        {
            "start": 818684266,
            "stop": 818686543
        },
        {
            "start": 818686724,
            "stop": 818687173
        },
        {
            "start": 818687205,
            "stop": 818687206
        },
        {
            "start": 818689526,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818695213
        },
        {
            "start": 818695661,
            "stop": 818712013
        },
        {
            "start": 818712375,
            "stop": 818715313
        },
        {
            "start": 818715346,
            "stop": 818715347
        },
        {
            "start": 818716549,
            "stop": 818718013
        },
        {
            "start": 818718058,
            "stop": 818718059
        },
        {
            "start": 818718840,
            "stop": 818719632
        },
        {
            "start": 818720844,
            "stop": 818723593
        },
        {
            "start": 818725527,
            "stop": 818728393
        },
        {
            "start": 818730103,
            "stop": 818734872
        },
        {
            "start": 818736605,
            "stop": 818748103
        },
        {
            "start": 818748284,
            "stop": 818766016
        },
        {
            "start": 818766024,
            "stop": 818768713
        }
    ]
}