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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=309",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 310,
    "results": [
        {
            "start": 866711558,
            "stop": 866726651
        },
        {
            "start": 866726924,
            "stop": 866733401
        },
        {
            "start": 866733402,
            "stop": 866736126
        },
        {
            "start": 866737368,
            "stop": 866737792
        },
        {
            "start": 866738092,
            "stop": 866738335
        },
        {
            "start": 866739202,
            "stop": 866762333
        },
        {
            "start": 866762767,
            "stop": 866762771
        },
        {
            "start": 866763399,
            "stop": 866770821
        },
        {
            "start": 866771121,
            "stop": 866773776
        },
        {
            "start": 866784871,
            "stop": 866823864
        },
        {
            "start": 866828705,
            "stop": 866828725
        },
        {
            "start": 866829025,
            "stop": 866829248
        },
        {
            "start": 866829574,
            "stop": 866836132
        },
        {
            "start": 866836242,
            "stop": 866836542
        },
        {
            "start": 866846954,
            "stop": 866849944
        },
        {
            "start": 866850244,
            "stop": 866850399
        },
        {
            "start": 866850699,
            "stop": 866861860
        },
        {
            "start": 866862888,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        }
    ]
}