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=8958
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=8959",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8957",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8958,
    "results": [
        {
            "start": 873746722,
            "stop": 873746729
        },
        {
            "start": 873746748,
            "stop": 873746780
        },
        {
            "start": 873746990,
            "stop": 873747085
        },
        {
            "start": 873747105,
            "stop": 873747155
        },
        {
            "start": 873747682,
            "stop": 873747780
        },
        {
            "start": 873747900,
            "stop": 873747916
        },
        {
            "start": 873748080,
            "stop": 873748280
        },
        {
            "start": 873748300,
            "stop": 873748336
        },
        {
            "start": 873748576,
            "stop": 873748614
        },
        {
            "start": 873748633,
            "stop": 873749115
        },
        {
            "start": 873749135,
            "stop": 873749147
        },
        {
            "start": 873749168,
            "stop": 873749183
        },
        {
            "start": 873749235,
            "stop": 873749250
        },
        {
            "start": 873750210,
            "stop": 873750224
        },
        {
            "start": 873750260,
            "stop": 873750333
        },
        {
            "start": 873750352,
            "stop": 873750407
        },
        {
            "start": 873750426,
            "stop": 873750629
        },
        {
            "start": 873750657,
            "stop": 873750681
        },
        {
            "start": 873750712,
            "stop": 873750731
        },
        {
            "start": 873750750,
            "stop": 873750758
        }
    ]
}