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=3243
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=3244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3242",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3243,
    "results": [
        {
            "start": 872445000,
            "stop": 872445660
        },
        {
            "start": 872445780,
            "stop": 872446414
        },
        {
            "start": 872446418,
            "stop": 872446560
        },
        {
            "start": 872446620,
            "stop": 872446648
        },
        {
            "start": 872446652,
            "stop": 872448019
        },
        {
            "start": 872448022,
            "stop": 872449200
        },
        {
            "start": 872449380,
            "stop": 872450213
        },
        {
            "start": 872450217,
            "stop": 872450640
        },
        {
            "start": 872450820,
            "stop": 872450904
        },
        {
            "start": 872450906,
            "stop": 872450907
        },
        {
            "start": 872450915,
            "stop": 872450950
        },
        {
            "start": 872450955,
            "stop": 872451720
        },
        {
            "start": 872451780,
            "stop": 872451789
        },
        {
            "start": 872451792,
            "stop": 872451940
        },
        {
            "start": 872451943,
            "stop": 872451961
        },
        {
            "start": 872451964,
            "stop": 872456580
        },
        {
            "start": 872456700,
            "stop": 872457060
        },
        {
            "start": 872457120,
            "stop": 872458260
        },
        {
            "start": 872458380,
            "stop": 872458487
        },
        {
            "start": 872458495,
            "stop": 872458940
        }
    ]
}