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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=46",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 47,
    "results": [
        {
            "start": 931365768,
            "stop": 931366395
        },
        {
            "start": 931366416,
            "stop": 931366434
        },
        {
            "start": 931366437,
            "stop": 931366444
        },
        {
            "start": 931366461,
            "stop": 931366479
        },
        {
            "start": 931366483,
            "stop": 931366522
        },
        {
            "start": 931366540,
            "stop": 931366813
        },
        {
            "start": 931367175,
            "stop": 931367335
        },
        {
            "start": 931367338,
            "stop": 931367699
        },
        {
            "start": 931367718,
            "stop": 931367759
        },
        {
            "start": 931367777,
            "stop": 931367786
        },
        {
            "start": 931367808,
            "stop": 931367975
        },
        {
            "start": 931367996,
            "stop": 931368097
        },
        {
            "start": 931368115,
            "stop": 931368404
        },
        {
            "start": 931368524,
            "stop": 931368612
        },
        {
            "start": 931368615,
            "stop": 931368686
        },
        {
            "start": 931368704,
            "stop": 931368957
        },
        {
            "start": 931368959,
            "stop": 931368972
        },
        {
            "start": 931368974,
            "stop": 931368987
        },
        {
            "start": 931368989,
            "stop": 931369049
        },
        {
            "start": 931369072,
            "stop": 931369119
        }
    ]
}