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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=259",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 260,
    "results": [
        {
            "start": 821462036,
            "stop": 821462058
        },
        {
            "start": 821462063,
            "stop": 821462089
        },
        {
            "start": 821462107,
            "stop": 821462113
        },
        {
            "start": 821462123,
            "stop": 821462208
        },
        {
            "start": 821462216,
            "stop": 821462258
        },
        {
            "start": 821462270,
            "stop": 821462299
        },
        {
            "start": 821462304,
            "stop": 821462387
        },
        {
            "start": 821462395,
            "stop": 821462427
        },
        {
            "start": 821462435,
            "stop": 821462440
        },
        {
            "start": 821462448,
            "stop": 821462474
        },
        {
            "start": 821462485,
            "stop": 821462497
        },
        {
            "start": 821462511,
            "stop": 821462514
        },
        {
            "start": 821462525,
            "stop": 821462587
        },
        {
            "start": 821462631,
            "stop": 821462640
        },
        {
            "start": 821462650,
            "stop": 821462652
        },
        {
            "start": 821462660,
            "stop": 821462669
        },
        {
            "start": 821462697,
            "stop": 821463272
        },
        {
            "start": 821463277,
            "stop": 821463468
        },
        {
            "start": 821463473,
            "stop": 821463780
        },
        {
            "start": 821463786,
            "stop": 821463799
        }
    ]
}