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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=161",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 162,
    "results": [
        {
            "start": 1177526305,
            "stop": 1177526462
        },
        {
            "start": 1177526464,
            "stop": 1177526473
        },
        {
            "start": 1177526477,
            "stop": 1177526643
        },
        {
            "start": 1177526644,
            "stop": 1177526645
        },
        {
            "start": 1177526646,
            "stop": 1177526736
        },
        {
            "start": 1177526740,
            "stop": 1177526750
        },
        {
            "start": 1177526752,
            "stop": 1177527238
        },
        {
            "start": 1177527242,
            "stop": 1177527250
        },
        {
            "start": 1177527255,
            "stop": 1177527319
        },
        {
            "start": 1177527324,
            "stop": 1177527330
        },
        {
            "start": 1177527335,
            "stop": 1177527341
        },
        {
            "start": 1177527346,
            "stop": 1177527352
        },
        {
            "start": 1177527357,
            "stop": 1177527460
        },
        {
            "start": 1177527463,
            "stop": 1177527604
        },
        {
            "start": 1177527605,
            "stop": 1177527621
        },
        {
            "start": 1177527622,
            "stop": 1177527925
        },
        {
            "start": 1177527928,
            "stop": 1177527988
        },
        {
            "start": 1177527992,
            "stop": 1177527996
        },
        {
            "start": 1177528001,
            "stop": 1177528007
        },
        {
            "start": 1177528015,
            "stop": 1177528018
        }
    ]
}