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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=353",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 354,
    "results": [
        {
            "start": 1252520860,
            "stop": 1252520861
        },
        {
            "start": 1252520863,
            "stop": 1252520865
        },
        {
            "start": 1252520868,
            "stop": 1252520869
        },
        {
            "start": 1252520870,
            "stop": 1252625313
        },
        {
            "start": 1252625315,
            "stop": 1252651566
        },
        {
            "start": 1252654573,
            "stop": 1252694116
        },
        {
            "start": 1252694117,
            "stop": 1252710652
        },
        {
            "start": 1252710724,
            "stop": 1252763547
        },
        {
            "start": 1252782588,
            "stop": 1252785535
        },
        {
            "start": 1252787875,
            "stop": 1252800188
        },
        {
            "start": 1252802027,
            "stop": 1252803705
        },
        {
            "start": 1252805368,
            "stop": 1252825852
        },
        {
            "start": 1252833272,
            "stop": 1252839169
        },
        {
            "start": 1252842473,
            "stop": 1252842679
        },
        {
            "start": 1252842857,
            "stop": 1252844234
        },
        {
            "start": 1252844330,
            "stop": 1252844533
        },
        {
            "start": 1252844702,
            "stop": 1252844826
        },
        {
            "start": 1252845358,
            "stop": 1252845463
        },
        {
            "start": 1252849694,
            "stop": 1252857878
        },
        {
            "start": 1252858383,
            "stop": 1252872044
        }
    ]
}