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_CBCHIGH_CAT2/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_CBCHIGH_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1,
    "results": [
        {
            "start": 931071407,
            "stop": 931073237
        },
        {
            "start": 931073247,
            "stop": 931073540
        },
        {
            "start": 931073550,
            "stop": 931074144
        },
        {
            "start": 931074155,
            "stop": 931074215
        },
        {
            "start": 931074232,
            "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": 931075060
        },
        {
            "start": 931075072,
            "stop": 931075085
        },
        {
            "start": 931075095,
            "stop": 931075209
        },
        {
            "start": 931075218,
            "stop": 931075646
        },
        {
            "start": 931075655,
            "stop": 931075768
        },
        {
            "start": 931075777,
            "stop": 931075847
        },
        {
            "start": 931075849,
            "stop": 931075973
        },
        {
            "start": 931075982,
            "stop": 931075983
        },
        {
            "start": 931075995,
            "stop": 931075996
        },
        {
            "start": 931076018,
            "stop": 931076019
        }
    ]
}