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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=10",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 11,
    "results": [
        {
            "start": 816783722,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816807237
        },
        {
            "start": 816812488,
            "stop": 816814201
        },
        {
            "start": 816816157,
            "stop": 816818428
        },
        {
            "start": 816819345,
            "stop": 816823632
        },
        {
            "start": 816825229,
            "stop": 816858420
        },
        {
            "start": 816858433,
            "stop": 816865203
        },
        {
            "start": 816866663,
            "stop": 816868982
        },
        {
            "start": 816869713,
            "stop": 816892477
        },
        {
            "start": 816892483,
            "stop": 816893008
        },
        {
            "start": 816894486,
            "stop": 816897945
        },
        {
            "start": 816898945,
            "stop": 816901155
        },
        {
            "start": 816901162,
            "stop": 816901510
        },
        {
            "start": 816901601,
            "stop": 816908939
        },
        {
            "start": 816909479,
            "stop": 816914023
        },
        {
            "start": 816915659,
            "stop": 816922516
        },
        {
            "start": 816923281,
            "stop": 816926352
        },
        {
            "start": 816926365,
            "stop": 816929067
        },
        {
            "start": 816929079,
            "stop": 816946985
        },
        {
            "start": 816948519,
            "stop": 816951343
        }
    ]
}