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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 82,
    "results": [
        {
            "start": 931358340,
            "stop": 931358349
        },
        {
            "start": 931358351,
            "stop": 931358424
        },
        {
            "start": 931358425,
            "stop": 931358490
        },
        {
            "start": 931358492,
            "stop": 931358513
        },
        {
            "start": 931365256,
            "stop": 931365758
        },
        {
            "start": 931365760,
            "stop": 931366403
        },
        {
            "start": 931366405,
            "stop": 931366406
        },
        {
            "start": 931366408,
            "stop": 931366452
        },
        {
            "start": 931366453,
            "stop": 931366530
        },
        {
            "start": 931366532,
            "stop": 931366821
        },
        {
            "start": 931366823,
            "stop": 931366828
        },
        {
            "start": 931366830,
            "stop": 931366833
        },
        {
            "start": 931366835,
            "stop": 931366836
        },
        {
            "start": 931366838,
            "stop": 931366842
        },
        {
            "start": 931366849,
            "stop": 931366853
        },
        {
            "start": 931366855,
            "stop": 931366856
        },
        {
            "start": 931366860,
            "stop": 931366861
        },
        {
            "start": 931366863,
            "stop": 931366866
        },
        {
            "start": 931366868,
            "stop": 931366871
        },
        {
            "start": 931366875,
            "stop": 931366892
        }
    ]
}