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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=106",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 107,
    "results": [
        {
            "start": 1239842593,
            "stop": 1239842712
        },
        {
            "start": 1239842713,
            "stop": 1239842832
        },
        {
            "start": 1239842833,
            "stop": 1239842952
        },
        {
            "start": 1239842953,
            "stop": 1239843072
        },
        {
            "start": 1239843073,
            "stop": 1239843192
        },
        {
            "start": 1239843193,
            "stop": 1239843312
        },
        {
            "start": 1239843313,
            "stop": 1239843432
        },
        {
            "start": 1239843433,
            "stop": 1239843552
        },
        {
            "start": 1239843553,
            "stop": 1239843672
        },
        {
            "start": 1239843673,
            "stop": 1239843792
        },
        {
            "start": 1239843793,
            "stop": 1239843912
        },
        {
            "start": 1239843913,
            "stop": 1239844029
        },
        {
            "start": 1239844031,
            "stop": 1239844152
        },
        {
            "start": 1239844153,
            "stop": 1239844272
        },
        {
            "start": 1239844273,
            "stop": 1239844392
        },
        {
            "start": 1239844393,
            "stop": 1239844512
        },
        {
            "start": 1239844513,
            "stop": 1239844632
        },
        {
            "start": 1239844633,
            "stop": 1239844752
        },
        {
            "start": 1239844753,
            "stop": 1239844872
        },
        {
            "start": 1239844873,
            "stop": 1239844992
        }
    ]
}