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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=46",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 47,
    "results": [
        {
            "start": 1129529348,
            "stop": 1129530555
        },
        {
            "start": 1129530563,
            "stop": 1129532371
        },
        {
            "start": 1129532378,
            "stop": 1129542157
        },
        {
            "start": 1129542164,
            "stop": 1129542696
        },
        {
            "start": 1129542706,
            "stop": 1129543526
        },
        {
            "start": 1129543533,
            "stop": 1129544079
        },
        {
            "start": 1129544086,
            "stop": 1129567518
        },
        {
            "start": 1129567526,
            "stop": 1129569054
        },
        {
            "start": 1129569055,
            "stop": 1129570250
        },
        {
            "start": 1129570251,
            "stop": 1129570401
        },
        {
            "start": 1129570409,
            "stop": 1129574798
        },
        {
            "start": 1129609234,
            "stop": 1129609802
        },
        {
            "start": 1129609809,
            "stop": 1129610332
        },
        {
            "start": 1129610339,
            "stop": 1129612024
        },
        {
            "start": 1129612026,
            "stop": 1129614717
        },
        {
            "start": 1129614725,
            "stop": 1129615583
        },
        {
            "start": 1129618357,
            "stop": 1129618652
        },
        {
            "start": 1129618659,
            "stop": 1129624869
        },
        {
            "start": 1129624876,
            "stop": 1129626422
        },
        {
            "start": 1129626429,
            "stop": 1129627649
        }
    ]
}