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/S5/timelines/L1_BURST_CAT2E/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/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=15",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 16,
    "results": [
        {
            "start": 816679368,
            "stop": 816679678
        },
        {
            "start": 816679682,
            "stop": 816679803
        },
        {
            "start": 816679810,
            "stop": 816679936
        },
        {
            "start": 816679939,
            "stop": 816680300
        },
        {
            "start": 816680303,
            "stop": 816680529
        },
        {
            "start": 816680532,
            "stop": 816680831
        },
        {
            "start": 816680834,
            "stop": 816680841
        },
        {
            "start": 816680844,
            "stop": 816680850
        },
        {
            "start": 816680854,
            "stop": 816680874
        },
        {
            "start": 816680877,
            "stop": 816680899
        },
        {
            "start": 816680903,
            "stop": 816681023
        },
        {
            "start": 816681027,
            "stop": 816681258
        },
        {
            "start": 816681262,
            "stop": 816681264
        },
        {
            "start": 816681267,
            "stop": 816681363
        },
        {
            "start": 816681366,
            "stop": 816681848
        },
        {
            "start": 816681851,
            "stop": 816682077
        },
        {
            "start": 816682080,
            "stop": 816682476
        },
        {
            "start": 816682479,
            "stop": 816682498
        },
        {
            "start": 816682501,
            "stop": 816682517
        },
        {
            "start": 816682520,
            "stop": 816682526
        }
    ]
}