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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=43",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 44,
    "results": [
        {
            "start": 823774083,
            "stop": 823774258
        },
        {
            "start": 823775445,
            "stop": 823776153
        },
        {
            "start": 823776291,
            "stop": 823778597
        },
        {
            "start": 823778704,
            "stop": 823778945
        },
        {
            "start": 823779024,
            "stop": 823779436
        },
        {
            "start": 823779505,
            "stop": 823779746
        },
        {
            "start": 823779927,
            "stop": 823794087
        },
        {
            "start": 823825311,
            "stop": 823869061
        },
        {
            "start": 823869231,
            "stop": 823870968
        },
        {
            "start": 823871506,
            "stop": 823873661
        },
        {
            "start": 823879029,
            "stop": 823879241
        },
        {
            "start": 823880269,
            "stop": 823880385
        },
        {
            "start": 823881100,
            "stop": 823885536
        },
        {
            "start": 823886866,
            "stop": 823887257
        },
        {
            "start": 823888291,
            "stop": 823889436
        },
        {
            "start": 823890013,
            "stop": 823891778
        },
        {
            "start": 823893817,
            "stop": 823894402
        },
        {
            "start": 823926051,
            "stop": 823930984
        },
        {
            "start": 823932208,
            "stop": 823937578
        },
        {
            "start": 823937917,
            "stop": 823938573
        }
    ]
}