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=40834
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=40835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40833",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40834,
    "results": [
        {
            "start": 875041355,
            "stop": 875041362
        },
        {
            "start": 875041363,
            "stop": 875041366
        },
        {
            "start": 875041367,
            "stop": 875041369
        },
        {
            "start": 875041370,
            "stop": 875041400
        },
        {
            "start": 875041401,
            "stop": 875041443
        },
        {
            "start": 875041444,
            "stop": 875041446
        },
        {
            "start": 875041449,
            "stop": 875041456
        },
        {
            "start": 875041458,
            "stop": 875041471
        },
        {
            "start": 875041472,
            "stop": 875041487
        },
        {
            "start": 875041488,
            "stop": 875041499
        },
        {
            "start": 875041500,
            "stop": 875041525
        },
        {
            "start": 875041527,
            "stop": 875041529
        },
        {
            "start": 875041530,
            "stop": 875041553
        },
        {
            "start": 875041554,
            "stop": 875041560
        },
        {
            "start": 875042981,
            "stop": 875042985
        },
        {
            "start": 875042986,
            "stop": 875042990
        },
        {
            "start": 875042992,
            "stop": 875042996
        },
        {
            "start": 875042997,
            "stop": 875043001
        },
        {
            "start": 875043002,
            "stop": 875043006
        },
        {
            "start": 875043008,
            "stop": 875043012
        }
    ]
}