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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=58",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 59,
    "results": [
        {
            "start": 1262697348,
            "stop": 1262697373
        },
        {
            "start": 1262697376,
            "stop": 1262697521
        },
        {
            "start": 1262697523,
            "stop": 1262697535
        },
        {
            "start": 1262697537,
            "stop": 1262697541
        },
        {
            "start": 1262697544,
            "stop": 1262697696
        },
        {
            "start": 1262697698,
            "stop": 1262697701
        },
        {
            "start": 1262697705,
            "stop": 1262697722
        },
        {
            "start": 1262697726,
            "stop": 1262697751
        },
        {
            "start": 1262697752,
            "stop": 1262697753
        },
        {
            "start": 1262697755,
            "stop": 1262697781
        },
        {
            "start": 1262697784,
            "stop": 1262697824
        },
        {
            "start": 1262697825,
            "stop": 1262697838
        },
        {
            "start": 1262697841,
            "stop": 1262697906
        },
        {
            "start": 1262697910,
            "stop": 1262697926
        },
        {
            "start": 1262697930,
            "stop": 1262697942
        },
        {
            "start": 1262697945,
            "stop": 1262698033
        },
        {
            "start": 1262698037,
            "stop": 1262698054
        },
        {
            "start": 1262698058,
            "stop": 1262698089
        },
        {
            "start": 1262698092,
            "stop": 1262698180
        },
        {
            "start": 1262698182,
            "stop": 1262698241
        }
    ]
}