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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1146",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1147,
    "results": [
        {
            "start": 1136513131,
            "stop": 1136513137
        },
        {
            "start": 1136513140,
            "stop": 1136513156
        },
        {
            "start": 1136513159,
            "stop": 1136513201
        },
        {
            "start": 1136513206,
            "stop": 1136513241
        },
        {
            "start": 1136513244,
            "stop": 1136513266
        },
        {
            "start": 1136513269,
            "stop": 1136513274
        },
        {
            "start": 1136513277,
            "stop": 1136513299
        },
        {
            "start": 1136513302,
            "stop": 1136513337
        },
        {
            "start": 1136513340,
            "stop": 1136513349
        },
        {
            "start": 1136513352,
            "stop": 1136513383
        },
        {
            "start": 1136513386,
            "stop": 1136513391
        },
        {
            "start": 1136513394,
            "stop": 1136513421
        },
        {
            "start": 1136513424,
            "stop": 1136513463
        },
        {
            "start": 1136513466,
            "stop": 1136513472
        },
        {
            "start": 1136513475,
            "stop": 1136513511
        },
        {
            "start": 1136513514,
            "stop": 1136513529
        },
        {
            "start": 1136513532,
            "stop": 1136513569
        },
        {
            "start": 1136513572,
            "stop": 1136513582
        },
        {
            "start": 1136513585,
            "stop": 1136513593
        },
        {
            "start": 1136513597,
            "stop": 1136513616
        }
    ]
}