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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=15",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 16,
    "results": [
        {
            "start": 1171375655,
            "stop": 1171376550
        },
        {
            "start": 1171377389,
            "stop": 1171378051
        },
        {
            "start": 1171378501,
            "stop": 1171381588
        },
        {
            "start": 1171382080,
            "stop": 1171386522
        },
        {
            "start": 1171388170,
            "stop": 1171453417
        },
        {
            "start": 1171462616,
            "stop": 1171629787
        },
        {
            "start": 1171634336,
            "stop": 1171646616
        },
        {
            "start": 1171657066,
            "stop": 1171666295
        },
        {
            "start": 1171672884,
            "stop": 1171697059
        },
        {
            "start": 1171700304,
            "stop": 1171710460
        },
        {
            "start": 1171714109,
            "stop": 1171722309
        },
        {
            "start": 1171744636,
            "stop": 1171752777
        },
        {
            "start": 1171755409,
            "stop": 1171782384
        },
        {
            "start": 1171784944,
            "stop": 1171787501
        },
        {
            "start": 1171789508,
            "stop": 1171789963
        },
        {
            "start": 1171792530,
            "stop": 1171795511
        },
        {
            "start": 1171797991,
            "stop": 1171798098
        },
        {
            "start": 1171800576,
            "stop": 1171817988
        },
        {
            "start": 1171824176,
            "stop": 1171829701
        },
        {
            "start": 1171851646,
            "stop": 1171863774
        }
    ]
}