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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=66",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 67,
    "results": [
        {
            "start": 816270294,
            "stop": 816270344
        },
        {
            "start": 816270347,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271082
        },
        {
            "start": 816271085,
            "stop": 816271218
        },
        {
            "start": 816271221,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271490
        },
        {
            "start": 816271494,
            "stop": 816271632
        },
        {
            "start": 816272062,
            "stop": 816272120
        },
        {
            "start": 816272123,
            "stop": 816272183
        },
        {
            "start": 816272747,
            "stop": 816272779
        },
        {
            "start": 816272782,
            "stop": 816273200
        },
        {
            "start": 816273203,
            "stop": 816273251
        },
        {
            "start": 816273254,
            "stop": 816273321
        },
        {
            "start": 816273324,
            "stop": 816273540
        },
        {
            "start": 816273543,
            "stop": 816273633
        },
        {
            "start": 816273636,
            "stop": 816273945
        },
        {
            "start": 816273948,
            "stop": 816274122
        },
        {
            "start": 816274126,
            "stop": 816274155
        },
        {
            "start": 816274158,
            "stop": 816274206
        },
        {
            "start": 816274209,
            "stop": 816274254
        }
    ]
}