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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=165",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 166,
    "results": [
        {
            "start": 1131182522,
            "stop": 1131182525
        },
        {
            "start": 1131182526,
            "stop": 1131182541
        },
        {
            "start": 1131182542,
            "stop": 1131182568
        },
        {
            "start": 1131182569,
            "stop": 1131182583
        },
        {
            "start": 1131182584,
            "stop": 1131182600
        },
        {
            "start": 1131182601,
            "stop": 1131182609
        },
        {
            "start": 1131182610,
            "stop": 1131182620
        },
        {
            "start": 1131182621,
            "stop": 1131182627
        },
        {
            "start": 1131182628,
            "stop": 1131182647
        },
        {
            "start": 1131182648,
            "stop": 1131182692
        },
        {
            "start": 1131182693,
            "stop": 1131182849
        },
        {
            "start": 1131182850,
            "stop": 1131182925
        },
        {
            "start": 1131182926,
            "stop": 1131182939
        },
        {
            "start": 1131182940,
            "stop": 1131182996
        },
        {
            "start": 1131182997,
            "stop": 1131183005
        },
        {
            "start": 1131183006,
            "stop": 1131183022
        },
        {
            "start": 1131183023,
            "stop": 1131183049
        },
        {
            "start": 1131183050,
            "stop": 1131183080
        },
        {
            "start": 1131183081,
            "stop": 1131183084
        },
        {
            "start": 1131183085,
            "stop": 1131183128
        }
    ]
}