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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6680",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6678",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6679,
    "results": [
        {
            "start": 875124836,
            "stop": 875124920
        },
        {
            "start": 875124922,
            "stop": 875125092
        },
        {
            "start": 875125093,
            "stop": 875125162
        },
        {
            "start": 875125163,
            "stop": 875125529
        },
        {
            "start": 875125531,
            "stop": 875125990
        },
        {
            "start": 875125991,
            "stop": 875126524
        },
        {
            "start": 875126525,
            "stop": 875126612
        },
        {
            "start": 875126614,
            "stop": 875126750
        },
        {
            "start": 875126751,
            "stop": 875126883
        },
        {
            "start": 875126887,
            "stop": 875126926
        },
        {
            "start": 875126927,
            "stop": 875126930
        },
        {
            "start": 875126932,
            "stop": 875126992
        },
        {
            "start": 875126993,
            "stop": 875127029
        },
        {
            "start": 875127030,
            "stop": 875127237
        },
        {
            "start": 875127238,
            "stop": 875128233
        },
        {
            "start": 875128234,
            "stop": 875128439
        },
        {
            "start": 875128440,
            "stop": 875128886
        },
        {
            "start": 875128887,
            "stop": 875128927
        },
        {
            "start": 875128928,
            "stop": 875129942
        },
        {
            "start": 875129943,
            "stop": 875130278
        }
    ]
}