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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 19,
    "results": [
        {
            "start": 1369529664,
            "stop": 1369529812
        },
        {
            "start": 1369529817,
            "stop": 1369529953
        },
        {
            "start": 1369529958,
            "stop": 1369529975
        },
        {
            "start": 1369529980,
            "stop": 1369530156
        },
        {
            "start": 1369530161,
            "stop": 1369530279
        },
        {
            "start": 1369530284,
            "stop": 1369530289
        },
        {
            "start": 1369530294,
            "stop": 1369530427
        },
        {
            "start": 1369530432,
            "stop": 1369530452
        },
        {
            "start": 1369530457,
            "stop": 1369530460
        },
        {
            "start": 1369530465,
            "stop": 1369530504
        },
        {
            "start": 1369530509,
            "stop": 1369530510
        },
        {
            "start": 1369530515,
            "stop": 1369530524
        },
        {
            "start": 1369530529,
            "stop": 1369530570
        },
        {
            "start": 1369545660,
            "stop": 1369547865
        },
        {
            "start": 1369547870,
            "stop": 1369555051
        },
        {
            "start": 1369555056,
            "stop": 1369555285
        },
        {
            "start": 1369555290,
            "stop": 1369555842
        },
        {
            "start": 1369562361,
            "stop": 1369570397
        },
        {
            "start": 1369570402,
            "stop": 1369570422
        },
        {
            "start": 1369579670,
            "stop": 1369584055
        }
    ]
}