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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT1/segments?format=api&page=3",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 4,
    "results": [
        {
            "start": 1239278737,
            "stop": 1239278873
        },
        {
            "start": 1239278881,
            "stop": 1239308506
        },
        {
            "start": 1239311203,
            "stop": 1239331744
        },
        {
            "start": 1239331752,
            "stop": 1239331792
        },
        {
            "start": 1239331800,
            "stop": 1239331984
        },
        {
            "start": 1239331992,
            "stop": 1239340560
        },
        {
            "start": 1239340568,
            "stop": 1239340576
        },
        {
            "start": 1239340584,
            "stop": 1239374536
        },
        {
            "start": 1239379378,
            "stop": 1239383022
        },
        {
            "start": 1239383136,
            "stop": 1239427223
        },
        {
            "start": 1239451963,
            "stop": 1239453907
        },
        {
            "start": 1239465572,
            "stop": 1239515289
        },
        {
            "start": 1239515362,
            "stop": 1239548426
        },
        {
            "start": 1239566200,
            "stop": 1239572252
        },
        {
            "start": 1239572260,
            "stop": 1239593052
        },
        {
            "start": 1239593068,
            "stop": 1239601989
        },
        {
            "start": 1239604264,
            "stop": 1239641206
        },
        {
            "start": 1239642852,
            "stop": 1239682822
        },
        {
            "start": 1239684512,
            "stop": 1239710470
        },
        {
            "start": 1239717513,
            "stop": 1239731113
        }
    ]
}