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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=15",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 16,
    "results": [
        {
            "start": 933604853,
            "stop": 933606200
        },
        {
            "start": 933606961,
            "stop": 933607802
        },
        {
            "start": 933608394,
            "stop": 933608412
        },
        {
            "start": 933608420,
            "stop": 933608424
        },
        {
            "start": 933608437,
            "stop": 933609233
        },
        {
            "start": 933609802,
            "stop": 933612368
        },
        {
            "start": 933612919,
            "stop": 933616642
        },
        {
            "start": 933617400,
            "stop": 933617578
        },
        {
            "start": 933620646,
            "stop": 933621095
        },
        {
            "start": 933622081,
            "stop": 933622610
        },
        {
            "start": 933624872,
            "stop": 933626423
        },
        {
            "start": 933641080,
            "stop": 933644646
        },
        {
            "start": 933651489,
            "stop": 933664594
        },
        {
            "start": 933665487,
            "stop": 933675653
        },
        {
            "start": 933676947,
            "stop": 933678318
        },
        {
            "start": 933684784,
            "stop": 933685428
        },
        {
            "start": 933686222,
            "stop": 933686426
        },
        {
            "start": 933687004,
            "stop": 933687066
        },
        {
            "start": 933687670,
            "stop": 933688089
        },
        {
            "start": 933690244,
            "stop": 933690368
        }
    ]
}