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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=16",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 17,
    "results": [
        {
            "start": 816682529,
            "stop": 816682556
        },
        {
            "start": 816682559,
            "stop": 816682561
        },
        {
            "start": 816682564,
            "stop": 816682565
        },
        {
            "start": 816682570,
            "stop": 816682574
        },
        {
            "start": 816682577,
            "stop": 816682588
        },
        {
            "start": 816682591,
            "stop": 816682599
        },
        {
            "start": 816682602,
            "stop": 816682683
        },
        {
            "start": 816682686,
            "stop": 816682837
        },
        {
            "start": 816682840,
            "stop": 816682940
        },
        {
            "start": 816682943,
            "stop": 816683041
        },
        {
            "start": 816683045,
            "stop": 816683147
        },
        {
            "start": 816683150,
            "stop": 816683683
        },
        {
            "start": 816683686,
            "stop": 816684209
        },
        {
            "start": 816684212,
            "stop": 816684536
        },
        {
            "start": 816684540,
            "stop": 816684749
        },
        {
            "start": 816684752,
            "stop": 816685010
        },
        {
            "start": 816685013,
            "stop": 816685329
        },
        {
            "start": 816685335,
            "stop": 816685353
        },
        {
            "start": 816685356,
            "stop": 816685769
        },
        {
            "start": 816685773,
            "stop": 816685890
        }
    ]
}