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_CAT4/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/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=28",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 29,
    "results": [
        {
            "start": 816465840,
            "stop": 816466260
        },
        {
            "start": 816466380,
            "stop": 816467192
        },
        {
            "start": 816467312,
            "stop": 816467642
        },
        {
            "start": 816467659,
            "stop": 816468815
        },
        {
            "start": 816468935,
            "stop": 816468969
        },
        {
            "start": 816469089,
            "stop": 816469757
        },
        {
            "start": 816470728,
            "stop": 816471618
        },
        {
            "start": 816472765,
            "stop": 816473203
        },
        {
            "start": 816473220,
            "stop": 816475571
        },
        {
            "start": 816475691,
            "stop": 816476400
        },
        {
            "start": 816476460,
            "stop": 816481046
        },
        {
            "start": 816481166,
            "stop": 816481355
        },
        {
            "start": 816482752,
            "stop": 816483300
        },
        {
            "start": 816483360,
            "stop": 816484841
        },
        {
            "start": 816484961,
            "stop": 816487740
        },
        {
            "start": 816487800,
            "stop": 816488667
        },
        {
            "start": 816488787,
            "stop": 816489312
        },
        {
            "start": 816489344,
            "stop": 816492640
        },
        {
            "start": 816492672,
            "stop": 816493020
        },
        {
            "start": 816493080,
            "stop": 816493414
        }
    ]
}