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=8918
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=8919",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8917",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8918,
    "results": [
        {
            "start": 873442923,
            "stop": 873443200
        },
        {
            "start": 873443217,
            "stop": 873443774
        },
        {
            "start": 873443792,
            "stop": 873444282
        },
        {
            "start": 873444301,
            "stop": 873444454
        },
        {
            "start": 873444473,
            "stop": 873444555
        },
        {
            "start": 873444572,
            "stop": 873444729
        },
        {
            "start": 873444748,
            "stop": 873444830
        },
        {
            "start": 873444849,
            "stop": 873444855
        },
        {
            "start": 873444874,
            "stop": 873445341
        },
        {
            "start": 873445360,
            "stop": 873445386
        },
        {
            "start": 873445417,
            "stop": 873445486
        },
        {
            "start": 873445523,
            "stop": 873445527
        },
        {
            "start": 873445564,
            "stop": 873446184
        },
        {
            "start": 873446201,
            "stop": 873446525
        },
        {
            "start": 873446562,
            "stop": 873446570
        },
        {
            "start": 873446613,
            "stop": 873446674
        },
        {
            "start": 873448661,
            "stop": 873448860
        },
        {
            "start": 873448877,
            "stop": 873449007
        },
        {
            "start": 873449046,
            "stop": 873449069
        },
        {
            "start": 873449086,
            "stop": 873449272
        }
    ]
}