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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 1,
    "results": [
        {
            "start": 931071407,
            "stop": 931072511
        },
        {
            "start": 931072513,
            "stop": 931073237
        },
        {
            "start": 931073247,
            "stop": 931073279
        },
        {
            "start": 931073282,
            "stop": 931073540
        },
        {
            "start": 931073550,
            "stop": 931073663
        },
        {
            "start": 931073666,
            "stop": 931073919
        },
        {
            "start": 931073921,
            "stop": 931074047
        },
        {
            "start": 931074051,
            "stop": 931074144
        },
        {
            "start": 931074155,
            "stop": 931074215
        },
        {
            "start": 931074232,
            "stop": 931074303
        },
        {
            "start": 931074308,
            "stop": 931074311
        },
        {
            "start": 931074321,
            "stop": 931074386
        },
        {
            "start": 931074398,
            "stop": 931074547
        },
        {
            "start": 931074556,
            "stop": 931074679
        },
        {
            "start": 931074688,
            "stop": 931074795
        },
        {
            "start": 931074809,
            "stop": 931074844
        },
        {
            "start": 931074860,
            "stop": 931074943
        },
        {
            "start": 931074946,
            "stop": 931075060
        },
        {
            "start": 931075072,
            "stop": 931075085
        },
        {
            "start": 931075095,
            "stop": 931075199
        }
    ]
}