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=5115
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=5116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5114",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5115,
    "results": [
        {
            "start": 1136983193,
            "stop": 1136983194
        },
        {
            "start": 1136983195,
            "stop": 1136983214
        },
        {
            "start": 1136983217,
            "stop": 1136983218
        },
        {
            "start": 1136983221,
            "stop": 1136983248
        },
        {
            "start": 1136983250,
            "stop": 1136983288
        },
        {
            "start": 1136983290,
            "stop": 1136983301
        },
        {
            "start": 1136983303,
            "stop": 1136983310
        },
        {
            "start": 1136983312,
            "stop": 1136983315
        },
        {
            "start": 1136983317,
            "stop": 1136983371
        },
        {
            "start": 1136983373,
            "stop": 1136983414
        },
        {
            "start": 1136983415,
            "stop": 1136983448
        },
        {
            "start": 1136983450,
            "stop": 1136983463
        },
        {
            "start": 1136983465,
            "stop": 1136983479
        },
        {
            "start": 1136983481,
            "stop": 1136983487
        },
        {
            "start": 1136983488,
            "stop": 1136983525
        },
        {
            "start": 1136983527,
            "stop": 1136983573
        },
        {
            "start": 1136983575,
            "stop": 1136983587
        },
        {
            "start": 1136983589,
            "stop": 1136983609
        },
        {
            "start": 1136983611,
            "stop": 1136983625
        },
        {
            "start": 1136983627,
            "stop": 1136983647
        }
    ]
}