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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=2",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 3,
    "results": [
        {
            "start": 815833210,
            "stop": 815836104
        },
        {
            "start": 815838512,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815889052
        },
        {
            "start": 815889054,
            "stop": 815889269
        },
        {
            "start": 815889406,
            "stop": 815890633
        },
        {
            "start": 815892907,
            "stop": 815902073
        },
        {
            "start": 815902075,
            "stop": 815902190
        },
        {
            "start": 815902260,
            "stop": 815904965
        },
        {
            "start": 815912574,
            "stop": 815913187
        },
        {
            "start": 815916245,
            "stop": 815917030
        },
        {
            "start": 815917032,
            "stop": 815917037
        },
        {
            "start": 815927183,
            "stop": 815927381
        },
        {
            "start": 815928305,
            "stop": 815928363
        },
        {
            "start": 815931030,
            "stop": 815931056
        },
        {
            "start": 815962530,
            "stop": 815962812
        },
        {
            "start": 815963531,
            "stop": 815963893
        },
        {
            "start": 815964775,
            "stop": 815965319
        },
        {
            "start": 815965936,
            "stop": 815966106
        },
        {
            "start": 815966108,
            "stop": 815966755
        },
        {
            "start": 815966831,
            "stop": 815966839
        }
    ]
}