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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 2,
    "results": [
        {
            "start": 932960562,
            "stop": 932960713
        },
        {
            "start": 932967986,
            "stop": 932968121
        },
        {
            "start": 932969451,
            "stop": 932969587
        },
        {
            "start": 933044763,
            "stop": 933044897
        },
        {
            "start": 933048467,
            "stop": 933048594
        },
        {
            "start": 933070739,
            "stop": 933070897
        },
        {
            "start": 933146762,
            "stop": 933146896
        },
        {
            "start": 933152235,
            "stop": 933152368
        },
        {
            "start": 933176834,
            "stop": 933176968
        },
        {
            "start": 933204570,
            "stop": 933204728
        },
        {
            "start": 933253580,
            "stop": 933253712
        },
        {
            "start": 933306542,
            "stop": 933306673
        },
        {
            "start": 933322660,
            "stop": 933322784
        },
        {
            "start": 933325085,
            "stop": 933325208
        },
        {
            "start": 933347877,
            "stop": 933348010
        },
        {
            "start": 933351995,
            "stop": 933352128
        },
        {
            "start": 933424733,
            "stop": 933424867
        },
        {
            "start": 933489862,
            "stop": 933490022
        },
        {
            "start": 933514358,
            "stop": 933514494
        },
        {
            "start": 933578245,
            "stop": 933578382
        }
    ]
}