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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT1/segments?format=api&page=6",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 7,
    "results": [
        {
            "start": 1259855839,
            "stop": 1260025304
        },
        {
            "start": 1260025351,
            "stop": 1260025439
        },
        {
            "start": 1260087386,
            "stop": 1260087621
        },
        {
            "start": 1260088004,
            "stop": 1260133265
        },
        {
            "start": 1260143085,
            "stop": 1260221430
        },
        {
            "start": 1260225011,
            "stop": 1260428434
        },
        {
            "start": 1260438984,
            "stop": 1260540983
        },
        {
            "start": 1260756883,
            "stop": 1260794938
        },
        {
            "start": 1260802424,
            "stop": 1260840860
        },
        {
            "start": 1260843278,
            "stop": 1260904975
        },
        {
            "start": 1260907617,
            "stop": 1260910015
        },
        {
            "start": 1260919391,
            "stop": 1260937455
        },
        {
            "start": 1260937721,
            "stop": 1260962668
        },
        {
            "start": 1260962926,
            "stop": 1260969189
        },
        {
            "start": 1260969328,
            "stop": 1260975569
        },
        {
            "start": 1260975859,
            "stop": 1260980139
        },
        {
            "start": 1261007858,
            "stop": 1261026570
        },
        {
            "start": 1261034390,
            "stop": 1261087984
        },
        {
            "start": 1261088031,
            "stop": 1261139463
        },
        {
            "start": 1261142925,
            "stop": 1261151977
        }
    ]
}