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=5985
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=5986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5984",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5985,
    "results": [
        {
            "start": 873368719,
            "stop": 873370784
        },
        {
            "start": 873370785,
            "stop": 873370915
        },
        {
            "start": 873370917,
            "stop": 873370953
        },
        {
            "start": 873370957,
            "stop": 873370958
        },
        {
            "start": 873370961,
            "stop": 873370962
        },
        {
            "start": 873370965,
            "stop": 873371029
        },
        {
            "start": 873371032,
            "stop": 873371033
        },
        {
            "start": 873371036,
            "stop": 873371065
        },
        {
            "start": 873371068,
            "stop": 873371097
        },
        {
            "start": 873371100,
            "stop": 873371138
        },
        {
            "start": 873371144,
            "stop": 873371255
        },
        {
            "start": 873371256,
            "stop": 873372926
        },
        {
            "start": 873372927,
            "stop": 873373557
        },
        {
            "start": 873373559,
            "stop": 873375108
        },
        {
            "start": 873375109,
            "stop": 873375982
        },
        {
            "start": 873375984,
            "stop": 873376042
        },
        {
            "start": 873376043,
            "stop": 873376068
        },
        {
            "start": 873376071,
            "stop": 873376284
        },
        {
            "start": 873376286,
            "stop": 873377283
        },
        {
            "start": 873377286,
            "stop": 873377320
        }
    ]
}