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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3253",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3254,
    "results": [
        {
            "start": 872741520,
            "stop": 872741580
        },
        {
            "start": 872741760,
            "stop": 872741940
        },
        {
            "start": 872742000,
            "stop": 872742240
        },
        {
            "start": 872742300,
            "stop": 872745060
        },
        {
            "start": 872745120,
            "stop": 872745720
        },
        {
            "start": 872745780,
            "stop": 872745840
        },
        {
            "start": 872745900,
            "stop": 872762520
        },
        {
            "start": 872762580,
            "stop": 872766648
        },
        {
            "start": 872766654,
            "stop": 872767140
        },
        {
            "start": 872767500,
            "stop": 872767560
        },
        {
            "start": 872767620,
            "stop": 872771100
        },
        {
            "start": 872771160,
            "stop": 872773080
        },
        {
            "start": 872773140,
            "stop": 872776020
        },
        {
            "start": 872776140,
            "stop": 872797860
        },
        {
            "start": 872797920,
            "stop": 872804715
        },
        {
            "start": 872804717,
            "stop": 872804718
        },
        {
            "start": 872804722,
            "stop": 872804790
        },
        {
            "start": 872804794,
            "stop": 872808805
        },
        {
            "start": 872808808,
            "stop": 872809380
        },
        {
            "start": 872809440,
            "stop": 872816662
        }
    ]
}