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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6124",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6125,
    "results": [
        {
            "start": 874163040,
            "stop": 874163100
        },
        {
            "start": 874184713,
            "stop": 874184754
        },
        {
            "start": 874184755,
            "stop": 874184765
        },
        {
            "start": 874184766,
            "stop": 874184768
        },
        {
            "start": 874184770,
            "stop": 874184774
        },
        {
            "start": 874184775,
            "stop": 874184864
        },
        {
            "start": 874184865,
            "stop": 874184885
        },
        {
            "start": 874184886,
            "stop": 874184888
        },
        {
            "start": 874184889,
            "stop": 874184893
        },
        {
            "start": 874184894,
            "stop": 874184922
        },
        {
            "start": 874184923,
            "stop": 874184996
        },
        {
            "start": 874184998,
            "stop": 874185026
        },
        {
            "start": 874185027,
            "stop": 874185407
        },
        {
            "start": 874187725,
            "stop": 874187731
        },
        {
            "start": 874187732,
            "stop": 874187805
        },
        {
            "start": 874187806,
            "stop": 874187998
        },
        {
            "start": 874188001,
            "stop": 874189293
        },
        {
            "start": 874189296,
            "stop": 874189329
        },
        {
            "start": 874189333,
            "stop": 874189336
        },
        {
            "start": 874189339,
            "stop": 874189355
        }
    ]
}