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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=307",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 308,
    "results": [
        {
            "start": 1247870859,
            "stop": 1247870887
        },
        {
            "start": 1247870888,
            "stop": 1247871059
        },
        {
            "start": 1247871064,
            "stop": 1247871065
        },
        {
            "start": 1247871067,
            "stop": 1247871070
        },
        {
            "start": 1247871072,
            "stop": 1247871073
        },
        {
            "start": 1247871075,
            "stop": 1247871132
        },
        {
            "start": 1247871136,
            "stop": 1247871137
        },
        {
            "start": 1247871139,
            "stop": 1247871143
        },
        {
            "start": 1247871146,
            "stop": 1247871196
        },
        {
            "start": 1247871200,
            "stop": 1247871341
        },
        {
            "start": 1247871350,
            "stop": 1247871352
        },
        {
            "start": 1247871355,
            "stop": 1247871422
        },
        {
            "start": 1247871424,
            "stop": 1247871428
        },
        {
            "start": 1247871430,
            "stop": 1247871433
        },
        {
            "start": 1247871434,
            "stop": 1247871520
        },
        {
            "start": 1247871524,
            "stop": 1247871627
        },
        {
            "start": 1247871628,
            "stop": 1247871688
        },
        {
            "start": 1247871689,
            "stop": 1247871690
        },
        {
            "start": 1247871692,
            "stop": 1247871744
        },
        {
            "start": 1247871745,
            "stop": 1247871838
        }
    ]
}