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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=131",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 132,
    "results": [
        {
            "start": 964115834,
            "stop": 964145199
        },
        {
            "start": 964147407,
            "stop": 964149542
        },
        {
            "start": 964150417,
            "stop": 964152620
        },
        {
            "start": 964153943,
            "stop": 964178646
        },
        {
            "start": 964181379,
            "stop": 964182401
        },
        {
            "start": 964183609,
            "stop": 964187524
        },
        {
            "start": 964189252,
            "stop": 964191634
        },
        {
            "start": 964192888,
            "stop": 964196848
        },
        {
            "start": 964197037,
            "stop": 964197309
        },
        {
            "start": 964203653,
            "stop": 964204258
        },
        {
            "start": 964205805,
            "stop": 964208704
        },
        {
            "start": 964210060,
            "stop": 964220898
        },
        {
            "start": 964225684,
            "stop": 964259462
        },
        {
            "start": 964260354,
            "stop": 964262656
        },
        {
            "start": 964264348,
            "stop": 964264857
        },
        {
            "start": 964266901,
            "stop": 964266988
        },
        {
            "start": 964268944,
            "stop": 964268949
        },
        {
            "start": 964313128,
            "stop": 964318001
        },
        {
            "start": 964318957,
            "stop": 964321541
        },
        {
            "start": 964323231,
            "stop": 964323974
        }
    ]
}