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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 62,
    "results": [
        {
            "start": 818575445,
            "stop": 818575609
        },
        {
            "start": 818577371,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604096
        },
        {
            "start": 818606090,
            "stop": 818613120
        },
        {
            "start": 818613180,
            "stop": 818616793
        },
        {
            "start": 818617456,
            "stop": 818619071
        },
        {
            "start": 818621618,
            "stop": 818627775
        },
        {
            "start": 818627780,
            "stop": 818629334
        },
        {
            "start": 818629337,
            "stop": 818632440
        },
        {
            "start": 818632500,
            "stop": 818634926
        },
        {
            "start": 818636410,
            "stop": 818636461
        },
        {
            "start": 818637603,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818641133
        },
        {
            "start": 818641136,
            "stop": 818645118
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649505,
            "stop": 818649506
        },
        {
            "start": 818649640,
            "stop": 818654580
        },
        {
            "start": 818657617,
            "stop": 818658823
        },
        {
            "start": 818659004,
            "stop": 818677514
        },
        {
            "start": 818681335,
            "stop": 818684260
        }
    ]
}