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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1839",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1837",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1838,
    "results": [
        {
            "start": 964554998,
            "stop": 964555339
        },
        {
            "start": 964555340,
            "stop": 964563785
        },
        {
            "start": 964565656,
            "stop": 964569024
        },
        {
            "start": 964569025,
            "stop": 964571000
        },
        {
            "start": 964571001,
            "stop": 964574413
        },
        {
            "start": 964574965,
            "stop": 964583390
        },
        {
            "start": 964583415,
            "stop": 964588739
        },
        {
            "start": 964588740,
            "stop": 964592473
        },
        {
            "start": 964592474,
            "stop": 964593275
        },
        {
            "start": 964593276,
            "stop": 964594612
        },
        {
            "start": 964594613,
            "stop": 964605383
        },
        {
            "start": 964607360,
            "stop": 964613411
        },
        {
            "start": 964614103,
            "stop": 964619403
        },
        {
            "start": 964619404,
            "stop": 964620175
        },
        {
            "start": 964620669,
            "stop": 964630116
        },
        {
            "start": 964631348,
            "stop": 964631496
        },
        {
            "start": 964631540,
            "stop": 964631543
        },
        {
            "start": 964631564,
            "stop": 964631587
        },
        {
            "start": 964634528,
            "stop": 964637264
        },
        {
            "start": 964637265,
            "stop": 964637533
        }
    ]
}