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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=28",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 29,
    "results": [
        {
            "start": 1262104186,
            "stop": 1262104203
        },
        {
            "start": 1262104208,
            "stop": 1262104230
        },
        {
            "start": 1262104232,
            "stop": 1262104233
        },
        {
            "start": 1262104234,
            "stop": 1262104236
        },
        {
            "start": 1262104237,
            "stop": 1262104241
        },
        {
            "start": 1262104242,
            "stop": 1262104402
        },
        {
            "start": 1262104404,
            "stop": 1262104409
        },
        {
            "start": 1262104411,
            "stop": 1262104412
        },
        {
            "start": 1262104413,
            "stop": 1262104619
        },
        {
            "start": 1262104621,
            "stop": 1262105100
        },
        {
            "start": 1262105103,
            "stop": 1262105106
        },
        {
            "start": 1262105107,
            "stop": 1262105208
        },
        {
            "start": 1262105209,
            "stop": 1262105366
        },
        {
            "start": 1262105371,
            "stop": 1262106371
        },
        {
            "start": 1262106372,
            "stop": 1262108298
        },
        {
            "start": 1262108299,
            "stop": 1262111443
        },
        {
            "start": 1262111444,
            "stop": 1262112768
        },
        {
            "start": 1262112774,
            "stop": 1262114641
        },
        {
            "start": 1262114643,
            "stop": 1262142049
        },
        {
            "start": 1262142050,
            "stop": 1262179626
        }
    ]
}