Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=299
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=300",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=298",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 299,
    "results": [
        {
            "start": 1264840108,
            "stop": 1264840192
        },
        {
            "start": 1264840195,
            "stop": 1264840232
        },
        {
            "start": 1264840238,
            "stop": 1264840331
        },
        {
            "start": 1264840334,
            "stop": 1264840353
        },
        {
            "start": 1264840356,
            "stop": 1264840360
        },
        {
            "start": 1264840364,
            "stop": 1264840370
        },
        {
            "start": 1264840371,
            "stop": 1264840385
        },
        {
            "start": 1264840389,
            "stop": 1264840403
        },
        {
            "start": 1264840406,
            "stop": 1264840412
        },
        {
            "start": 1264840413,
            "stop": 1264840567
        },
        {
            "start": 1264840568,
            "stop": 1264840593
        },
        {
            "start": 1264840595,
            "stop": 1264840599
        },
        {
            "start": 1264840602,
            "stop": 1264840734
        },
        {
            "start": 1264840737,
            "stop": 1264840790
        },
        {
            "start": 1264840793,
            "stop": 1264840824
        },
        {
            "start": 1264840825,
            "stop": 1264840911
        },
        {
            "start": 1264840916,
            "stop": 1264840918
        },
        {
            "start": 1264840920,
            "stop": 1264840994
        },
        {
            "start": 1264840997,
            "stop": 1264841060
        },
        {
            "start": 1264841061,
            "stop": 1264841276
        }
    ]
}