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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=60",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 61,
    "results": [
        {
            "start": 1165850571,
            "stop": 1165850580
        },
        {
            "start": 1165850581,
            "stop": 1165850588
        },
        {
            "start": 1165850589,
            "stop": 1165850594
        },
        {
            "start": 1165850596,
            "stop": 1165850726
        },
        {
            "start": 1165850728,
            "stop": 1165850740
        },
        {
            "start": 1165850741,
            "stop": 1165850776
        },
        {
            "start": 1165850777,
            "stop": 1165850793
        },
        {
            "start": 1165850794,
            "stop": 1165850813
        },
        {
            "start": 1165850815,
            "stop": 1165850865
        },
        {
            "start": 1165850866,
            "stop": 1165850897
        },
        {
            "start": 1165850898,
            "stop": 1165850948
        },
        {
            "start": 1165850949,
            "stop": 1165851054
        },
        {
            "start": 1165851055,
            "stop": 1165851066
        },
        {
            "start": 1165851067,
            "stop": 1165851079
        },
        {
            "start": 1165851080,
            "stop": 1165851100
        },
        {
            "start": 1165851101,
            "stop": 1165851139
        },
        {
            "start": 1165851140,
            "stop": 1165851151
        },
        {
            "start": 1165851152,
            "stop": 1165851263
        },
        {
            "start": 1165851264,
            "stop": 1165851265
        },
        {
            "start": 1165851266,
            "stop": 1165851272
        }
    ]
}