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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=152",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 153,
    "results": [
        {
            "start": 817147027,
            "stop": 817147064
        },
        {
            "start": 817147168,
            "stop": 817147184
        },
        {
            "start": 817147204,
            "stop": 817147205
        },
        {
            "start": 817167773,
            "stop": 817167892
        },
        {
            "start": 817167914,
            "stop": 817167971
        },
        {
            "start": 817167991,
            "stop": 817167997
        },
        {
            "start": 817168019,
            "stop": 817168027
        },
        {
            "start": 817168047,
            "stop": 817168049
        },
        {
            "start": 817168159,
            "stop": 817168182
        },
        {
            "start": 817168216,
            "stop": 817168226
        },
        {
            "start": 817168262,
            "stop": 817168263
        },
        {
            "start": 817168305,
            "stop": 817168326
        },
        {
            "start": 817168374,
            "stop": 817168446
        },
        {
            "start": 817168465,
            "stop": 817168468
        },
        {
            "start": 817168502,
            "stop": 817168676
        },
        {
            "start": 817168695,
            "stop": 817169197
        },
        {
            "start": 817169219,
            "stop": 817169305
        },
        {
            "start": 817169325,
            "stop": 817169331
        },
        {
            "start": 817169368,
            "stop": 817169726
        },
        {
            "start": 817169747,
            "stop": 817169820
        }
    ]
}