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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=54",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 55,
    "results": [
        {
            "start": 823871506,
            "stop": 823873633
        },
        {
            "start": 823873660,
            "stop": 823873661
        },
        {
            "start": 823879029,
            "stop": 823879241
        },
        {
            "start": 823880269,
            "stop": 823880353
        },
        {
            "start": 823880383,
            "stop": 823880385
        },
        {
            "start": 823881100,
            "stop": 823885513
        },
        {
            "start": 823885535,
            "stop": 823885536
        },
        {
            "start": 823886866,
            "stop": 823887253
        },
        {
            "start": 823887256,
            "stop": 823887257
        },
        {
            "start": 823888291,
            "stop": 823889413
        },
        {
            "start": 823889435,
            "stop": 823889436
        },
        {
            "start": 823890013,
            "stop": 823891753
        },
        {
            "start": 823891777,
            "stop": 823891778
        },
        {
            "start": 823893817,
            "stop": 823894393
        },
        {
            "start": 823894400,
            "stop": 823894402
        },
        {
            "start": 823926051,
            "stop": 823930933
        },
        {
            "start": 823932208,
            "stop": 823937533
        },
        {
            "start": 823937576,
            "stop": 823937578
        },
        {
            "start": 823937917,
            "stop": 823938543
        },
        {
            "start": 823939192,
            "stop": 823941433
        }
    ]
}