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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=482",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=480",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 481,
    "results": [
        {
            "start": 863302381,
            "stop": 863305508
        },
        {
            "start": 863305808,
            "stop": 863305955
        },
        {
            "start": 863306095,
            "stop": 863306397
        },
        {
            "start": 863306778,
            "stop": 863307234
        },
        {
            "start": 863307562,
            "stop": 863308590
        },
        {
            "start": 863308592,
            "stop": 863317152
        },
        {
            "start": 863317985,
            "stop": 863330951
        },
        {
            "start": 863330953,
            "stop": 863334683
        },
        {
            "start": 863335510,
            "stop": 863344879
        },
        {
            "start": 863350105,
            "stop": 863354602
        },
        {
            "start": 863355527,
            "stop": 863361226
        },
        {
            "start": 863362248,
            "stop": 863369667
        },
        {
            "start": 863370460,
            "stop": 863371567
        },
        {
            "start": 863372103,
            "stop": 863379778
        },
        {
            "start": 863381569,
            "stop": 863386042
        },
        {
            "start": 863386101,
            "stop": 863386165
        },
        {
            "start": 863386278,
            "stop": 863427806
        },
        {
            "start": 863428698,
            "stop": 863434462
        },
        {
            "start": 863435800,
            "stop": 863435936
        },
        {
            "start": 863435937,
            "stop": 863435964
        }
    ]
}