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=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=62",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 63,
    "results": [
        {
            "start": 944274181,
            "stop": 944275982
        },
        {
            "start": 944276607,
            "stop": 944277813
        },
        {
            "start": 944279005,
            "stop": 944280948
        },
        {
            "start": 944284943,
            "stop": 944287482
        },
        {
            "start": 944288647,
            "stop": 944290145
        },
        {
            "start": 944292878,
            "stop": 944292983
        },
        {
            "start": 944293669,
            "stop": 944293893
        },
        {
            "start": 944294833,
            "stop": 944295159
        },
        {
            "start": 944297324,
            "stop": 944298591
        },
        {
            "start": 944299287,
            "stop": 944299752
        },
        {
            "start": 944301141,
            "stop": 944301579
        },
        {
            "start": 944303475,
            "stop": 944303549
        },
        {
            "start": 944304730,
            "stop": 944304751
        },
        {
            "start": 944311383,
            "stop": 944311846
        },
        {
            "start": 944312854,
            "stop": 944313363
        },
        {
            "start": 944610994,
            "stop": 944612041
        },
        {
            "start": 944617042,
            "stop": 944617348
        },
        {
            "start": 944618890,
            "stop": 944621205
        },
        {
            "start": 944622021,
            "stop": 944622409
        },
        {
            "start": 944623469,
            "stop": 944623781
        }
    ]
}