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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47021",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47019",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47020,
    "results": [
        {
            "start": 875227658,
            "stop": 875227680
        },
        {
            "start": 875227681,
            "stop": 875227690
        },
        {
            "start": 875227693,
            "stop": 875227699
        },
        {
            "start": 875227700,
            "stop": 875227711
        },
        {
            "start": 875227713,
            "stop": 875227742
        },
        {
            "start": 875227744,
            "stop": 875227747
        },
        {
            "start": 875227748,
            "stop": 875227771
        },
        {
            "start": 875227772,
            "stop": 875227779
        },
        {
            "start": 875227783,
            "stop": 875227785
        },
        {
            "start": 875227786,
            "stop": 875227788
        },
        {
            "start": 875227791,
            "stop": 875227793
        },
        {
            "start": 875227794,
            "stop": 875227813
        },
        {
            "start": 875227816,
            "stop": 875227842
        },
        {
            "start": 875227843,
            "stop": 875227850
        },
        {
            "start": 875227851,
            "stop": 875227869
        },
        {
            "start": 875227870,
            "stop": 875227873
        },
        {
            "start": 875227874,
            "stop": 875227879
        },
        {
            "start": 875227880,
            "stop": 875227888
        },
        {
            "start": 875227891,
            "stop": 875227893
        },
        {
            "start": 875227894,
            "stop": 875227927
        }
    ]
}