Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40854
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40855",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40853",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40854,
    "results": [
        {
            "start": 875048894,
            "stop": 875048965
        },
        {
            "start": 875048966,
            "stop": 875049009
        },
        {
            "start": 875049010,
            "stop": 875049017
        },
        {
            "start": 875049019,
            "stop": 875049050
        },
        {
            "start": 875049051,
            "stop": 875049085
        },
        {
            "start": 875049086,
            "stop": 875049107
        },
        {
            "start": 875049109,
            "stop": 875049110
        },
        {
            "start": 875049112,
            "stop": 875049120
        },
        {
            "start": 875049180,
            "stop": 875049195
        },
        {
            "start": 875049197,
            "stop": 875049222
        },
        {
            "start": 875049223,
            "stop": 875049326
        },
        {
            "start": 875049327,
            "stop": 875049402
        },
        {
            "start": 875049403,
            "stop": 875049432
        },
        {
            "start": 875049434,
            "stop": 875049440
        },
        {
            "start": 875049441,
            "stop": 875049466
        },
        {
            "start": 875049467,
            "stop": 875049471
        },
        {
            "start": 875049472,
            "stop": 875049475
        },
        {
            "start": 875049477,
            "stop": 875049551
        },
        {
            "start": 875049554,
            "stop": 875049580
        },
        {
            "start": 875049582,
            "stop": 875049625
        }
    ]
}