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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=51",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 52,
    "results": [
        {
            "start": 817409872,
            "stop": 817409953
        },
        {
            "start": 817409970,
            "stop": 817410229
        },
        {
            "start": 817410246,
            "stop": 817410384
        },
        {
            "start": 817410401,
            "stop": 817410773
        },
        {
            "start": 817410790,
            "stop": 817410968
        },
        {
            "start": 817410985,
            "stop": 817411699
        },
        {
            "start": 817411716,
            "stop": 817411793
        },
        {
            "start": 817411831,
            "stop": 817411842
        },
        {
            "start": 817411859,
            "stop": 817411867
        },
        {
            "start": 817411884,
            "stop": 817412447
        },
        {
            "start": 817412450,
            "stop": 817412700
        },
        {
            "start": 817414689,
            "stop": 817415460
        },
        {
            "start": 817415477,
            "stop": 817415486
        },
        {
            "start": 817415503,
            "stop": 817417288
        },
        {
            "start": 817417305,
            "stop": 817417407
        },
        {
            "start": 817417425,
            "stop": 817417581
        },
        {
            "start": 817417598,
            "stop": 817417656
        },
        {
            "start": 817417918,
            "stop": 817417958
        },
        {
            "start": 817418071,
            "stop": 817418460
        },
        {
            "start": 817418520,
            "stop": 817419793
        }
    ]
}