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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=266",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 267,
    "results": [
        {
            "start": 1242309679,
            "stop": 1242309680
        },
        {
            "start": 1242309682,
            "stop": 1242309716
        },
        {
            "start": 1242309717,
            "stop": 1242309721
        },
        {
            "start": 1242309722,
            "stop": 1242309781
        },
        {
            "start": 1242309782,
            "stop": 1242309816
        },
        {
            "start": 1242309817,
            "stop": 1242309820
        },
        {
            "start": 1242309821,
            "stop": 1242309823
        },
        {
            "start": 1242309825,
            "stop": 1242309846
        },
        {
            "start": 1242309847,
            "stop": 1242309849
        },
        {
            "start": 1242309850,
            "stop": 1242309896
        },
        {
            "start": 1242309899,
            "stop": 1242309900
        },
        {
            "start": 1242309902,
            "stop": 1242309922
        },
        {
            "start": 1242309923,
            "stop": 1242309924
        },
        {
            "start": 1242309927,
            "stop": 1242309929
        },
        {
            "start": 1242309931,
            "stop": 1242309965
        },
        {
            "start": 1242309966,
            "stop": 1242309967
        },
        {
            "start": 1242309968,
            "stop": 1242309969
        },
        {
            "start": 1242309970,
            "stop": 1242309978
        },
        {
            "start": 1242309984,
            "stop": 1242310091
        },
        {
            "start": 1242310092,
            "stop": 1242310096
        }
    ]
}