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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=25",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 26,
    "results": [
        {
            "start": 1176476388,
            "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": 1176724498,
            "stop": 1176739227
        },
        {
            "start": 1176755292,
            "stop": 1176777855
        },
        {
            "start": 1176785219,
            "stop": 1176785302
        },
        {
            "start": 1176785328,
            "stop": 1176810803
        },
        {
            "start": 1176812779,
            "stop": 1176841982
        },
        {
            "start": 1176846829,
            "stop": 1176847620
        },
        {
            "start": 1176848017,
            "stop": 1176902816
        },
        {
            "start": 1176907017,
            "stop": 1176922460
        }
    ]
}