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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5187",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5185",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5186,
    "results": [
        {
            "start": 1136273941,
            "stop": 1136273969
        },
        {
            "start": 1136273971,
            "stop": 1136274018
        },
        {
            "start": 1136274020,
            "stop": 1136274033
        },
        {
            "start": 1136274035,
            "stop": 1136274038
        },
        {
            "start": 1136274040,
            "stop": 1136274060
        },
        {
            "start": 1136274062,
            "stop": 1136274068
        },
        {
            "start": 1136274070,
            "stop": 1136274071
        },
        {
            "start": 1136274073,
            "stop": 1136274129
        },
        {
            "start": 1136274131,
            "stop": 1136274134
        },
        {
            "start": 1136274136,
            "stop": 1136274168
        },
        {
            "start": 1136274170,
            "stop": 1136274203
        },
        {
            "start": 1136274205,
            "stop": 1136274209
        },
        {
            "start": 1136274211,
            "stop": 1136274212
        },
        {
            "start": 1136274215,
            "stop": 1136274217
        },
        {
            "start": 1136274219,
            "stop": 1136274232
        },
        {
            "start": 1136274234,
            "stop": 1136274242
        },
        {
            "start": 1136274244,
            "stop": 1136274248
        },
        {
            "start": 1136274250,
            "stop": 1136274257
        },
        {
            "start": 1136274259,
            "stop": 1136274267
        },
        {
            "start": 1136274269,
            "stop": 1136274281
        }
    ]
}