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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=160",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 161,
    "results": [
        {
            "start": 931462499,
            "stop": 931462529
        },
        {
            "start": 931462531,
            "stop": 931462539
        },
        {
            "start": 931462541,
            "stop": 931462586
        },
        {
            "start": 931462588,
            "stop": 931462597
        },
        {
            "start": 931462599,
            "stop": 931462610
        },
        {
            "start": 931462611,
            "stop": 931462722
        },
        {
            "start": 931462724,
            "stop": 931462765
        },
        {
            "start": 931462767,
            "stop": 931462842
        },
        {
            "start": 931462844,
            "stop": 931462911
        },
        {
            "start": 931462912,
            "stop": 931462924
        },
        {
            "start": 931462926,
            "stop": 931462977
        },
        {
            "start": 931462979,
            "stop": 931462981
        },
        {
            "start": 931462983,
            "stop": 931462987
        },
        {
            "start": 931462989,
            "stop": 931463051
        },
        {
            "start": 931463053,
            "stop": 931463113
        },
        {
            "start": 931463115,
            "stop": 931463122
        },
        {
            "start": 931463123,
            "stop": 931463157
        },
        {
            "start": 931463158,
            "stop": 931463167
        },
        {
            "start": 931463169,
            "stop": 931463170
        },
        {
            "start": 931463172,
            "stop": 931463208
        }
    ]
}