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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=7",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 8,
    "results": [
        {
            "start": 816093851,
            "stop": 816093852
        },
        {
            "start": 816093862,
            "stop": 816093865
        },
        {
            "start": 816093868,
            "stop": 816093870
        },
        {
            "start": 816093877,
            "stop": 816093881
        },
        {
            "start": 816093884,
            "stop": 816093886
        },
        {
            "start": 816093897,
            "stop": 816093901
        },
        {
            "start": 816093904,
            "stop": 816093919
        },
        {
            "start": 816093924,
            "stop": 816094032
        },
        {
            "start": 816094035,
            "stop": 816094041
        },
        {
            "start": 816094044,
            "stop": 816094045
        },
        {
            "start": 816094048,
            "stop": 816094080
        },
        {
            "start": 816094083,
            "stop": 816094466
        },
        {
            "start": 816094469,
            "stop": 816094488
        },
        {
            "start": 816094493,
            "stop": 816094514
        },
        {
            "start": 816094520,
            "stop": 816094541
        },
        {
            "start": 816094544,
            "stop": 816094559
        },
        {
            "start": 816094572,
            "stop": 816094580
        },
        {
            "start": 816094592,
            "stop": 816094806
        },
        {
            "start": 816094809,
            "stop": 816094858
        },
        {
            "start": 816094861,
            "stop": 816094946
        }
    ]
}