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=6113
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=6114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6112",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6113,
    "results": [
        {
            "start": 874123520,
            "stop": 874123663
        },
        {
            "start": 874123664,
            "stop": 874124240
        },
        {
            "start": 874124241,
            "stop": 874126766
        },
        {
            "start": 874126768,
            "stop": 874128832
        },
        {
            "start": 874128834,
            "stop": 874130562
        },
        {
            "start": 874130565,
            "stop": 874132771
        },
        {
            "start": 874132774,
            "stop": 874132792
        },
        {
            "start": 874132793,
            "stop": 874132948
        },
        {
            "start": 874132949,
            "stop": 874133703
        },
        {
            "start": 874133706,
            "stop": 874134001
        },
        {
            "start": 874134002,
            "stop": 874134484
        },
        {
            "start": 874134485,
            "stop": 874134646
        },
        {
            "start": 874134649,
            "stop": 874134766
        },
        {
            "start": 874134769,
            "stop": 874135264
        },
        {
            "start": 874135267,
            "stop": 874135357
        },
        {
            "start": 874135360,
            "stop": 874135409
        },
        {
            "start": 874135410,
            "stop": 874135834
        },
        {
            "start": 874137154,
            "stop": 874137167
        },
        {
            "start": 874137170,
            "stop": 874137252
        },
        {
            "start": 874137255,
            "stop": 874137264
        }
    ]
}