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/O2/timelines/L1_CBC_CAT3/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/O2/timelines/L1_CBC_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=131",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 132,
    "results": [
        {
            "start": 1176489320,
            "stop": 1176489505
        },
        {
            "start": 1176496878,
            "stop": 1176516597
        },
        {
            "start": 1176519221,
            "stop": 1176531370
        },
        {
            "start": 1176533646,
            "stop": 1176557698
        },
        {
            "start": 1176585368,
            "stop": 1176590494
        },
        {
            "start": 1176592351,
            "stop": 1176592384
        },
        {
            "start": 1176592568,
            "stop": 1176607332
        },
        {
            "start": 1176610158,
            "stop": 1176652815
        },
        {
            "start": 1176678428,
            "stop": 1176680834
        },
        {
            "start": 1176684418,
            "stop": 1176696387
        },
        {
            "start": 1176698656,
            "stop": 1176698880
        },
        {
            "start": 1176698950,
            "stop": 1176722647
        },
        {
            "start": 1176724502,
            "stop": 1176724506
        },
        {
            "start": 1176724512,
            "stop": 1176724517
        },
        {
            "start": 1176724522,
            "stop": 1176724529
        },
        {
            "start": 1176724530,
            "stop": 1176724556
        },
        {
            "start": 1176724558,
            "stop": 1176739227
        },
        {
            "start": 1176755292,
            "stop": 1176756407
        },
        {
            "start": 1176756408,
            "stop": 1176756409
        },
        {
            "start": 1176756411,
            "stop": 1176756414
        }
    ]
}