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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=60",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 61,
    "results": [
        {
            "start": 931255533,
            "stop": 931255584
        },
        {
            "start": 931255586,
            "stop": 931255644
        },
        {
            "start": 931255646,
            "stop": 931255678
        },
        {
            "start": 931255680,
            "stop": 931255846
        },
        {
            "start": 931255847,
            "stop": 931255915
        },
        {
            "start": 931255917,
            "stop": 931255966
        },
        {
            "start": 931255967,
            "stop": 931256055
        },
        {
            "start": 931256058,
            "stop": 931256071
        },
        {
            "start": 931256073,
            "stop": 931256085
        },
        {
            "start": 931256087,
            "stop": 931256090
        },
        {
            "start": 931256094,
            "stop": 931256096
        },
        {
            "start": 931256100,
            "stop": 931256235
        },
        {
            "start": 931256236,
            "stop": 931256283
        },
        {
            "start": 931256285,
            "stop": 931256356
        },
        {
            "start": 931256357,
            "stop": 931256364
        },
        {
            "start": 931256366,
            "stop": 931256427
        },
        {
            "start": 931256428,
            "stop": 931256461
        },
        {
            "start": 931256465,
            "stop": 931256481
        },
        {
            "start": 931256483,
            "stop": 931256497
        },
        {
            "start": 931256500,
            "stop": 931256517
        }
    ]
}