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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=12",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 13,
    "results": [
        {
            "start": 1126934403,
            "stop": 1126935069
        },
        {
            "start": 1126935070,
            "stop": 1126937597
        },
        {
            "start": 1126937657,
            "stop": 1126942621
        },
        {
            "start": 1126942622,
            "stop": 1126943440
        },
        {
            "start": 1126943441,
            "stop": 1126944159
        },
        {
            "start": 1126946249,
            "stop": 1126947085
        },
        {
            "start": 1126947086,
            "stop": 1126952319
        },
        {
            "start": 1126952320,
            "stop": 1126952509
        },
        {
            "start": 1126952511,
            "stop": 1126959123
        },
        {
            "start": 1126959124,
            "stop": 1126963561
        },
        {
            "start": 1126963562,
            "stop": 1126965677
        },
        {
            "start": 1126965797,
            "stop": 1126969223
        },
        {
            "start": 1126987925,
            "stop": 1126991568
        },
        {
            "start": 1126992216,
            "stop": 1126996329
        },
        {
            "start": 1126996330,
            "stop": 1127000985
        },
        {
            "start": 1127000986,
            "stop": 1127000990
        },
        {
            "start": 1127000992,
            "stop": 1127000993
        },
        {
            "start": 1127000995,
            "stop": 1127000997
        },
        {
            "start": 1127000998,
            "stop": 1127000999
        },
        {
            "start": 1127001000,
            "stop": 1127001006
        }
    ]
}