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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10162",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10163,
    "results": [
        {
            "start": 873777224,
            "stop": 873777283
        },
        {
            "start": 873777290,
            "stop": 873777493
        },
        {
            "start": 873777503,
            "stop": 873777956
        },
        {
            "start": 873777963,
            "stop": 873778138
        },
        {
            "start": 873778174,
            "stop": 873778288
        },
        {
            "start": 873778296,
            "stop": 873778301
        },
        {
            "start": 873778337,
            "stop": 873778460
        },
        {
            "start": 873778467,
            "stop": 873778637
        },
        {
            "start": 873778654,
            "stop": 873779167
        },
        {
            "start": 873779174,
            "stop": 873779392
        },
        {
            "start": 873779400,
            "stop": 873779409
        },
        {
            "start": 873779445,
            "stop": 873779520
        },
        {
            "start": 873779527,
            "stop": 873779692
        },
        {
            "start": 873779699,
            "stop": 873780119
        },
        {
            "start": 873780126,
            "stop": 873780175
        },
        {
            "start": 873780190,
            "stop": 873780197
        },
        {
            "start": 873780205,
            "stop": 873780239
        },
        {
            "start": 873780537,
            "stop": 873780785
        },
        {
            "start": 873781049,
            "stop": 873781433
        },
        {
            "start": 873781444,
            "stop": 873781501
        }
    ]
}