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=1094
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=1095",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1093",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1094,
    "results": [
        {
            "start": 1136404100,
            "stop": 1136404102
        },
        {
            "start": 1136404105,
            "stop": 1136404106
        },
        {
            "start": 1136404109,
            "stop": 1136404112
        },
        {
            "start": 1136404127,
            "stop": 1136404128
        },
        {
            "start": 1136404131,
            "stop": 1136404133
        },
        {
            "start": 1136404136,
            "stop": 1136404140
        },
        {
            "start": 1136404143,
            "stop": 1136404148
        },
        {
            "start": 1136404155,
            "stop": 1136404164
        },
        {
            "start": 1136404167,
            "stop": 1136404173
        },
        {
            "start": 1136404176,
            "stop": 1136404178
        },
        {
            "start": 1136404181,
            "stop": 1136404182
        },
        {
            "start": 1136404196,
            "stop": 1136404203
        },
        {
            "start": 1136404222,
            "stop": 1136404225
        },
        {
            "start": 1136404259,
            "stop": 1136404261
        },
        {
            "start": 1136404320,
            "stop": 1136404321
        },
        {
            "start": 1136404324,
            "stop": 1136404325
        },
        {
            "start": 1136404497,
            "stop": 1136404499
        },
        {
            "start": 1136404504,
            "stop": 1136404546
        },
        {
            "start": 1136404552,
            "stop": 1136404575
        },
        {
            "start": 1136404579,
            "stop": 1136404620
        }
    ]
}