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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=107",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 108,
    "results": [
        {
            "start": 931382057,
            "stop": 931382144
        },
        {
            "start": 931382146,
            "stop": 931382211
        },
        {
            "start": 931382213,
            "stop": 931382268
        },
        {
            "start": 931382270,
            "stop": 931382447
        },
        {
            "start": 931382448,
            "stop": 931382477
        },
        {
            "start": 931382479,
            "stop": 931382521
        },
        {
            "start": 931382523,
            "stop": 931382610
        },
        {
            "start": 931382612,
            "stop": 931382710
        },
        {
            "start": 931382712,
            "stop": 931382729
        },
        {
            "start": 931382730,
            "stop": 931382736
        },
        {
            "start": 931382738,
            "stop": 931382760
        },
        {
            "start": 931382762,
            "stop": 931382792
        },
        {
            "start": 931382795,
            "stop": 931382861
        },
        {
            "start": 931382863,
            "stop": 931382873
        },
        {
            "start": 931382875,
            "stop": 931382936
        },
        {
            "start": 931382937,
            "stop": 931382941
        },
        {
            "start": 931382943,
            "stop": 931382958
        },
        {
            "start": 931382959,
            "stop": 931383029
        },
        {
            "start": 931383031,
            "stop": 931383070
        },
        {
            "start": 931383071,
            "stop": 931383077
        }
    ]
}