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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5306",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5304",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5305,
    "results": [
        {
            "start": 1137094820,
            "stop": 1137094876
        },
        {
            "start": 1137094878,
            "stop": 1137094900
        },
        {
            "start": 1137094902,
            "stop": 1137094930
        },
        {
            "start": 1137094932,
            "stop": 1137094952
        },
        {
            "start": 1137094954,
            "stop": 1137094970
        },
        {
            "start": 1137094971,
            "stop": 1137094976
        },
        {
            "start": 1137094978,
            "stop": 1137094999
        },
        {
            "start": 1137095002,
            "stop": 1137095003
        },
        {
            "start": 1137095005,
            "stop": 1137095012
        },
        {
            "start": 1137095014,
            "stop": 1137095015
        },
        {
            "start": 1137095018,
            "stop": 1137095027
        },
        {
            "start": 1137095029,
            "stop": 1137095031
        },
        {
            "start": 1137095033,
            "stop": 1137095044
        },
        {
            "start": 1137095046,
            "stop": 1137095052
        },
        {
            "start": 1137095054,
            "stop": 1137095065
        },
        {
            "start": 1137095066,
            "stop": 1137095090
        },
        {
            "start": 1137095091,
            "stop": 1137095094
        },
        {
            "start": 1137095096,
            "stop": 1137095116
        },
        {
            "start": 1137095119,
            "stop": 1137095180
        },
        {
            "start": 1137095184,
            "stop": 1137095236
        }
    ]
}