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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4997",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4995",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4996,
    "results": [
        {
            "start": 874521137,
            "stop": 874521138
        },
        {
            "start": 874521145,
            "stop": 874521181
        },
        {
            "start": 874521191,
            "stop": 874521192
        },
        {
            "start": 874521210,
            "stop": 874521214
        },
        {
            "start": 874521221,
            "stop": 874521286
        },
        {
            "start": 874521293,
            "stop": 874521348
        },
        {
            "start": 874521355,
            "stop": 874521377
        },
        {
            "start": 874521384,
            "stop": 874521405
        },
        {
            "start": 874521415,
            "stop": 874521420
        },
        {
            "start": 874521427,
            "stop": 874521459
        },
        {
            "start": 874521474,
            "stop": 874521481
        },
        {
            "start": 874521489,
            "stop": 874521517
        },
        {
            "start": 874521524,
            "stop": 874521535
        },
        {
            "start": 874521543,
            "stop": 874521561
        },
        {
            "start": 874521568,
            "stop": 874521585
        },
        {
            "start": 874521592,
            "stop": 874521622
        },
        {
            "start": 874521631,
            "stop": 874521672
        },
        {
            "start": 874521683,
            "stop": 874521684
        },
        {
            "start": 874521695,
            "stop": 874521712
        },
        {
            "start": 874521719,
            "stop": 874521737
        }
    ]
}