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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=141",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 142,
    "results": [
        {
            "start": 1135052074,
            "stop": 1135052076
        },
        {
            "start": 1135052079,
            "stop": 1135052083
        },
        {
            "start": 1135052086,
            "stop": 1135052093
        },
        {
            "start": 1135052096,
            "stop": 1135052099
        },
        {
            "start": 1135052102,
            "stop": 1135052109
        },
        {
            "start": 1135052112,
            "stop": 1135052121
        },
        {
            "start": 1135052124,
            "stop": 1135052129
        },
        {
            "start": 1135052132,
            "stop": 1135052133
        },
        {
            "start": 1135052136,
            "stop": 1135052143
        },
        {
            "start": 1135052146,
            "stop": 1135052152
        },
        {
            "start": 1135052155,
            "stop": 1135052159
        },
        {
            "start": 1135052162,
            "stop": 1135052167
        },
        {
            "start": 1135052170,
            "stop": 1135052196
        },
        {
            "start": 1135052199,
            "stop": 1135052205
        },
        {
            "start": 1135052208,
            "stop": 1135052214
        },
        {
            "start": 1135052217,
            "stop": 1135052221
        },
        {
            "start": 1135052224,
            "stop": 1135052229
        },
        {
            "start": 1135052232,
            "stop": 1135052236
        },
        {
            "start": 1135052239,
            "stop": 1135052269
        },
        {
            "start": 1135052272,
            "stop": 1135052290
        }
    ]
}