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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=51",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 52,
    "results": [
        {
            "start": 1250123027,
            "stop": 1250166648
        },
        {
            "start": 1250181693,
            "stop": 1250234515
        },
        {
            "start": 1250253112,
            "stop": 1250280630
        },
        {
            "start": 1250287828,
            "stop": 1250289888
        },
        {
            "start": 1250289896,
            "stop": 1250310751
        },
        {
            "start": 1250357882,
            "stop": 1250369077
        },
        {
            "start": 1250370797,
            "stop": 1250375696
        },
        {
            "start": 1250375704,
            "stop": 1250424444
        },
        {
            "start": 1250425088,
            "stop": 1250434831
        },
        {
            "start": 1250451122,
            "stop": 1250490909
        },
        {
            "start": 1250518518,
            "stop": 1250538442
        },
        {
            "start": 1250539835,
            "stop": 1250562228
        },
        {
            "start": 1250562236,
            "stop": 1250569220
        },
        {
            "start": 1250571984,
            "stop": 1250584238
        },
        {
            "start": 1250584684,
            "stop": 1250595253
        },
        {
            "start": 1250595313,
            "stop": 1250595315
        },
        {
            "start": 1250603741,
            "stop": 1250665146
        },
        {
            "start": 1250665154,
            "stop": 1250674256
        },
        {
            "start": 1250675727,
            "stop": 1250675913
        },
        {
            "start": 1250677506,
            "stop": 1250677639
        }
    ]
}