Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2368
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=2369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2367",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2368,
    "results": [
        {
            "start": 874847040,
            "stop": 874847227
        },
        {
            "start": 874865711,
            "stop": 874865715
        },
        {
            "start": 874865772,
            "stop": 874865799
        },
        {
            "start": 874865816,
            "stop": 874865870
        },
        {
            "start": 874865887,
            "stop": 874866069
        },
        {
            "start": 874866086,
            "stop": 874866388
        },
        {
            "start": 874866406,
            "stop": 874866741
        },
        {
            "start": 874866758,
            "stop": 874867154
        },
        {
            "start": 874875518,
            "stop": 874875524
        },
        {
            "start": 874875541,
            "stop": 874875733
        },
        {
            "start": 874875762,
            "stop": 874875893
        },
        {
            "start": 874875911,
            "stop": 874881954
        },
        {
            "start": 874881986,
            "stop": 874884969
        },
        {
            "start": 874884988,
            "stop": 874886514
        },
        {
            "start": 874886533,
            "stop": 874886666
        },
        {
            "start": 874886686,
            "stop": 874887250
        },
        {
            "start": 874887269,
            "stop": 874887560
        },
        {
            "start": 874887566,
            "stop": 874887588
        },
        {
            "start": 874887607,
            "stop": 874889000
        },
        {
            "start": 874889019,
            "stop": 874889112
        }
    ]
}