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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=150",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 151,
    "results": [
        {
            "start": 1131171790,
            "stop": 1131171841
        },
        {
            "start": 1131171842,
            "stop": 1131171866
        },
        {
            "start": 1131171867,
            "stop": 1131171889
        },
        {
            "start": 1131171890,
            "stop": 1131171932
        },
        {
            "start": 1131171933,
            "stop": 1131171936
        },
        {
            "start": 1131171937,
            "stop": 1131171953
        },
        {
            "start": 1131171954,
            "stop": 1131172054
        },
        {
            "start": 1131172055,
            "stop": 1131172057
        },
        {
            "start": 1131172058,
            "stop": 1131172095
        },
        {
            "start": 1131172096,
            "stop": 1131172105
        },
        {
            "start": 1131172106,
            "stop": 1131172128
        },
        {
            "start": 1131172129,
            "stop": 1131172135
        },
        {
            "start": 1131172136,
            "stop": 1131172138
        },
        {
            "start": 1131172139,
            "stop": 1131172189
        },
        {
            "start": 1131172190,
            "stop": 1131172199
        },
        {
            "start": 1131172200,
            "stop": 1131172262
        },
        {
            "start": 1131172263,
            "stop": 1131172264
        },
        {
            "start": 1131172265,
            "stop": 1131172283
        },
        {
            "start": 1131172284,
            "stop": 1131172309
        },
        {
            "start": 1131172310,
            "stop": 1131172319
        }
    ]
}