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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 2,
    "results": [
        {
            "start": 1126076955,
            "stop": 1126077305
        },
        {
            "start": 1126077307,
            "stop": 1126077423
        },
        {
            "start": 1126077425,
            "stop": 1126077427
        },
        {
            "start": 1126077429,
            "stop": 1126077628
        },
        {
            "start": 1126077632,
            "stop": 1126077651
        },
        {
            "start": 1126077652,
            "stop": 1126077712
        },
        {
            "start": 1126077714,
            "stop": 1126077716
        },
        {
            "start": 1126077718,
            "stop": 1126078004
        },
        {
            "start": 1126078006,
            "stop": 1126078366
        },
        {
            "start": 1126078367,
            "stop": 1126078544
        },
        {
            "start": 1126078546,
            "stop": 1126078571
        },
        {
            "start": 1126078572,
            "stop": 1126078739
        },
        {
            "start": 1126078740,
            "stop": 1126079072
        },
        {
            "start": 1126079073,
            "stop": 1126079421
        },
        {
            "start": 1126079423,
            "stop": 1126079772
        },
        {
            "start": 1126079773,
            "stop": 1126079848
        },
        {
            "start": 1126079850,
            "stop": 1126080127
        },
        {
            "start": 1126080128,
            "stop": 1126080210
        },
        {
            "start": 1126080212,
            "stop": 1126080408
        },
        {
            "start": 1126080409,
            "stop": 1126080412
        }
    ]
}