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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=54",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 55,
    "results": [
        {
            "start": 1262693821,
            "stop": 1262693825
        },
        {
            "start": 1262693828,
            "stop": 1262693833
        },
        {
            "start": 1262693836,
            "stop": 1262693845
        },
        {
            "start": 1262693848,
            "stop": 1262693903
        },
        {
            "start": 1262693906,
            "stop": 1262693916
        },
        {
            "start": 1262693918,
            "stop": 1262693924
        },
        {
            "start": 1262693926,
            "stop": 1262694006
        },
        {
            "start": 1262694009,
            "stop": 1262694012
        },
        {
            "start": 1262694015,
            "stop": 1262694080
        },
        {
            "start": 1262694083,
            "stop": 1262694120
        },
        {
            "start": 1262694123,
            "stop": 1262694139
        },
        {
            "start": 1262694142,
            "stop": 1262694212
        },
        {
            "start": 1262694215,
            "stop": 1262694231
        },
        {
            "start": 1262694235,
            "stop": 1262694265
        },
        {
            "start": 1262694266,
            "stop": 1262694268
        },
        {
            "start": 1262694270,
            "stop": 1262694277
        },
        {
            "start": 1262694279,
            "stop": 1262694280
        },
        {
            "start": 1262694284,
            "stop": 1262694306
        },
        {
            "start": 1262694310,
            "stop": 1262694311
        },
        {
            "start": 1262694313,
            "stop": 1262694391
        }
    ]
}