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=5076
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=5077",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5075",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5076,
    "results": [
        {
            "start": 874617899,
            "stop": 874617921
        },
        {
            "start": 874617928,
            "stop": 874617947
        },
        {
            "start": 874617954,
            "stop": 874617968
        },
        {
            "start": 874617976,
            "stop": 874617983
        },
        {
            "start": 874618000,
            "stop": 874618001
        },
        {
            "start": 874618011,
            "stop": 874618093
        },
        {
            "start": 874618100,
            "stop": 874618122
        },
        {
            "start": 874618129,
            "stop": 874618147
        },
        {
            "start": 874618154,
            "stop": 874618157
        },
        {
            "start": 874618164,
            "stop": 874618169
        },
        {
            "start": 874618189,
            "stop": 874618190
        },
        {
            "start": 874618198,
            "stop": 874618211
        },
        {
            "start": 874618227,
            "stop": 874618262
        },
        {
            "start": 874618270,
            "stop": 874618272
        },
        {
            "start": 874618280,
            "stop": 874618312
        },
        {
            "start": 874618322,
            "stop": 874618359
        },
        {
            "start": 874618366,
            "stop": 874618398
        },
        {
            "start": 874618405,
            "stop": 874618437
        },
        {
            "start": 874618444,
            "stop": 874618496
        },
        {
            "start": 874618511,
            "stop": 874618526
        }
    ]
}