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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=49",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 50,
    "results": [
        {
            "start": 931180433,
            "stop": 931180437
        },
        {
            "start": 931180438,
            "stop": 931180631
        },
        {
            "start": 931180632,
            "stop": 931180636
        },
        {
            "start": 931180637,
            "stop": 931180722
        },
        {
            "start": 931180723,
            "stop": 931180809
        },
        {
            "start": 931180810,
            "stop": 931181135
        },
        {
            "start": 931181136,
            "stop": 931181213
        },
        {
            "start": 931181214,
            "stop": 931181354
        },
        {
            "start": 931181356,
            "stop": 931181464
        },
        {
            "start": 931181466,
            "stop": 931181745
        },
        {
            "start": 931181746,
            "stop": 931181751
        },
        {
            "start": 931181752,
            "stop": 931181922
        },
        {
            "start": 931181923,
            "stop": 931182023
        },
        {
            "start": 931182024,
            "stop": 931182034
        },
        {
            "start": 931182035,
            "stop": 931182038
        },
        {
            "start": 931182040,
            "stop": 931182042
        },
        {
            "start": 931182043,
            "stop": 931182050
        },
        {
            "start": 931182051,
            "stop": 931182054
        },
        {
            "start": 931182055,
            "stop": 931182064
        },
        {
            "start": 931182065,
            "stop": 931182098
        }
    ]
}