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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16805",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16806,
    "results": [
        {
            "start": 875128744,
            "stop": 875128752
        },
        {
            "start": 875128753,
            "stop": 875128756
        },
        {
            "start": 875128772,
            "stop": 875128782
        },
        {
            "start": 875128793,
            "stop": 875128796
        },
        {
            "start": 875128814,
            "stop": 875128815
        },
        {
            "start": 875128820,
            "stop": 875128822
        },
        {
            "start": 875128826,
            "stop": 875128828
        },
        {
            "start": 875128829,
            "stop": 875128830
        },
        {
            "start": 875128840,
            "stop": 875128842
        },
        {
            "start": 875128847,
            "stop": 875128850
        },
        {
            "start": 875128853,
            "stop": 875128854
        },
        {
            "start": 875128855,
            "stop": 875128894
        },
        {
            "start": 875128897,
            "stop": 875128905
        },
        {
            "start": 875128909,
            "stop": 875128938
        },
        {
            "start": 875128939,
            "stop": 875128982
        },
        {
            "start": 875128985,
            "stop": 875128992
        },
        {
            "start": 875128995,
            "stop": 875128999
        },
        {
            "start": 875129002,
            "stop": 875129004
        },
        {
            "start": 875129005,
            "stop": 875129006
        },
        {
            "start": 875129007,
            "stop": 875129099
        }
    ]
}