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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=100",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 101,
    "results": [
        {
            "start": 829427302,
            "stop": 829429584
        },
        {
            "start": 829431011,
            "stop": 829439953
        },
        {
            "start": 829439967,
            "stop": 829439969
        },
        {
            "start": 829440046,
            "stop": 829446433
        },
        {
            "start": 829446459,
            "stop": 829446461
        },
        {
            "start": 829446524,
            "stop": 829447753
        },
        {
            "start": 829448223,
            "stop": 829452553
        },
        {
            "start": 829452575,
            "stop": 829452577
        },
        {
            "start": 829452629,
            "stop": 829458313
        },
        {
            "start": 829458320,
            "stop": 829458321
        },
        {
            "start": 829458542,
            "stop": 829465273
        },
        {
            "start": 829467607,
            "stop": 829481087
        },
        {
            "start": 829482325,
            "stop": 829482370
        },
        {
            "start": 829487334,
            "stop": 829493833
        },
        {
            "start": 829493847,
            "stop": 829493848
        },
        {
            "start": 829494013,
            "stop": 829496233
        },
        {
            "start": 829496244,
            "stop": 829496248
        },
        {
            "start": 829496353,
            "stop": 829500853
        },
        {
            "start": 829500860,
            "stop": 829500861
        },
        {
            "start": 829501093,
            "stop": 829505233
        }
    ]
}