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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7579",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7577",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7578,
    "results": [
        {
            "start": 970473224,
            "stop": 970473266
        },
        {
            "start": 970473269,
            "stop": 970473275
        },
        {
            "start": 970473281,
            "stop": 970473286
        },
        {
            "start": 970473289,
            "stop": 970473317
        },
        {
            "start": 970473320,
            "stop": 970473333
        },
        {
            "start": 970473338,
            "stop": 970473342
        },
        {
            "start": 970473345,
            "stop": 970473368
        },
        {
            "start": 970473374,
            "stop": 970473384
        },
        {
            "start": 970473387,
            "stop": 970473389
        },
        {
            "start": 970473393,
            "stop": 970473434
        },
        {
            "start": 970473437,
            "stop": 970473510
        },
        {
            "start": 970473515,
            "stop": 970473520
        },
        {
            "start": 970473523,
            "stop": 970473527
        },
        {
            "start": 970473530,
            "stop": 970473532
        },
        {
            "start": 970473535,
            "stop": 970473543
        },
        {
            "start": 970473546,
            "stop": 970473562
        },
        {
            "start": 970473565,
            "stop": 970473573
        },
        {
            "start": 970473579,
            "stop": 970473599
        },
        {
            "start": 970473607,
            "stop": 970473622
        },
        {
            "start": 970473631,
            "stop": 970473632
        }
    ]
}