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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=73",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 74,
    "results": [
        {
            "start": 1238801108,
            "stop": 1238801232
        },
        {
            "start": 1238801233,
            "stop": 1238801238
        },
        {
            "start": 1238801240,
            "stop": 1238801274
        },
        {
            "start": 1238801277,
            "stop": 1238801963
        },
        {
            "start": 1238801966,
            "stop": 1238802200
        },
        {
            "start": 1238802201,
            "stop": 1238804329
        },
        {
            "start": 1238804332,
            "stop": 1238808973
        },
        {
            "start": 1238808974,
            "stop": 1238810204
        },
        {
            "start": 1238810207,
            "stop": 1238810945
        },
        {
            "start": 1238810948,
            "stop": 1238811251
        },
        {
            "start": 1238811254,
            "stop": 1238812879
        },
        {
            "start": 1238812882,
            "stop": 1238813468
        },
        {
            "start": 1238813471,
            "stop": 1238813875
        },
        {
            "start": 1238813878,
            "stop": 1238814080
        },
        {
            "start": 1238814083,
            "stop": 1238816087
        },
        {
            "start": 1238816090,
            "stop": 1238816850
        },
        {
            "start": 1238816853,
            "stop": 1238816995
        },
        {
            "start": 1238816998,
            "stop": 1238817348
        },
        {
            "start": 1238817351,
            "stop": 1238818836
        },
        {
            "start": 1238818844,
            "stop": 1238819101
        }
    ]
}