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=5788
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=5789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5787",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5788,
    "results": [
        {
            "start": 874679137,
            "stop": 874679149
        },
        {
            "start": 874679153,
            "stop": 874679197
        },
        {
            "start": 874679200,
            "stop": 874679220
        },
        {
            "start": 874679223,
            "stop": 874679225
        },
        {
            "start": 874679228,
            "stop": 874679229
        },
        {
            "start": 874679233,
            "stop": 874679306
        },
        {
            "start": 874679309,
            "stop": 874679310
        },
        {
            "start": 874679314,
            "stop": 874679328
        },
        {
            "start": 874679331,
            "stop": 874679398
        },
        {
            "start": 874679401,
            "stop": 874679426
        },
        {
            "start": 874679430,
            "stop": 874679467
        },
        {
            "start": 874679470,
            "stop": 874679513
        },
        {
            "start": 874679516,
            "stop": 874679522
        },
        {
            "start": 874679525,
            "stop": 874679532
        },
        {
            "start": 874679535,
            "stop": 874679580
        },
        {
            "start": 874679583,
            "stop": 874679591
        },
        {
            "start": 874679594,
            "stop": 874679614
        },
        {
            "start": 874679617,
            "stop": 874679658
        },
        {
            "start": 874679662,
            "stop": 874679702
        },
        {
            "start": 874679706,
            "stop": 874679733
        }
    ]
}