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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=37",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 38,
    "results": [
        {
            "start": 1262667020,
            "stop": 1262667113
        },
        {
            "start": 1262667116,
            "stop": 1262667352
        },
        {
            "start": 1262667357,
            "stop": 1262667441
        },
        {
            "start": 1262667444,
            "stop": 1262667446
        },
        {
            "start": 1262667452,
            "stop": 1262667461
        },
        {
            "start": 1262667464,
            "stop": 1262667640
        },
        {
            "start": 1262667643,
            "stop": 1262667655
        },
        {
            "start": 1262667657,
            "stop": 1262668021
        },
        {
            "start": 1262668025,
            "stop": 1262668617
        },
        {
            "start": 1262668620,
            "stop": 1262668856
        },
        {
            "start": 1262668859,
            "stop": 1262668862
        },
        {
            "start": 1262668865,
            "stop": 1262668867
        },
        {
            "start": 1262668873,
            "stop": 1262668877
        },
        {
            "start": 1262668879,
            "stop": 1262669215
        },
        {
            "start": 1262669217,
            "stop": 1262669494
        },
        {
            "start": 1262669496,
            "stop": 1262669554
        },
        {
            "start": 1262669556,
            "stop": 1262669662
        },
        {
            "start": 1262669663,
            "stop": 1262669666
        },
        {
            "start": 1262669668,
            "stop": 1262669675
        },
        {
            "start": 1262669677,
            "stop": 1262669782
        }
    ]
}