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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=6",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 7,
    "results": [
        {
            "start": 816777770,
            "stop": 816777779
        },
        {
            "start": 816778075,
            "stop": 816778079
        },
        {
            "start": 816778348,
            "stop": 816793051
        },
        {
            "start": 816793105,
            "stop": 816807238
        },
        {
            "start": 816812488,
            "stop": 816814201
        },
        {
            "start": 816816157,
            "stop": 816818430
        },
        {
            "start": 816819345,
            "stop": 816823637
        },
        {
            "start": 816825229,
            "stop": 816865203
        },
        {
            "start": 816866663,
            "stop": 816868982
        },
        {
            "start": 816869713,
            "stop": 816893008
        },
        {
            "start": 816894486,
            "stop": 816897945
        },
        {
            "start": 816898945,
            "stop": 816901510
        },
        {
            "start": 816901601,
            "stop": 816908940
        },
        {
            "start": 816909479,
            "stop": 816914024
        },
        {
            "start": 816915659,
            "stop": 816922517
        },
        {
            "start": 816923281,
            "stop": 816946987
        },
        {
            "start": 816948519,
            "stop": 816952168
        },
        {
            "start": 816953193,
            "stop": 816962660
        },
        {
            "start": 816963358,
            "stop": 816969492
        },
        {
            "start": 816970965,
            "stop": 816971166
        }
    ]
}