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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=37",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 38,
    "results": [
        {
            "start": 816687812,
            "stop": 816687813
        },
        {
            "start": 816687826,
            "stop": 816687885
        },
        {
            "start": 816687893,
            "stop": 816687933
        },
        {
            "start": 816687940,
            "stop": 816687957
        },
        {
            "start": 816687965,
            "stop": 816688031
        },
        {
            "start": 816688060,
            "stop": 816688165
        },
        {
            "start": 816688202,
            "stop": 816688395
        },
        {
            "start": 816688403,
            "stop": 816688439
        },
        {
            "start": 816688447,
            "stop": 816688541
        },
        {
            "start": 816688548,
            "stop": 816688570
        },
        {
            "start": 816688578,
            "stop": 816688635
        },
        {
            "start": 816688642,
            "stop": 816688674
        },
        {
            "start": 816688709,
            "stop": 816688757
        },
        {
            "start": 816688764,
            "stop": 816688768
        },
        {
            "start": 816688776,
            "stop": 816689202
        },
        {
            "start": 816689211,
            "stop": 816689555
        },
        {
            "start": 816689586,
            "stop": 816689611
        },
        {
            "start": 816689618,
            "stop": 816689632
        },
        {
            "start": 816689640,
            "stop": 816689692
        },
        {
            "start": 816689699,
            "stop": 816689758
        }
    ]
}