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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1872",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1870",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1871,
    "results": [
        {
            "start": 968611457,
            "stop": 968614540
        },
        {
            "start": 968617898,
            "stop": 968634895
        },
        {
            "start": 968638548,
            "stop": 968644632
        },
        {
            "start": 968646025,
            "stop": 968654920
        },
        {
            "start": 968654921,
            "stop": 968668378
        },
        {
            "start": 968668379,
            "stop": 968675357
        },
        {
            "start": 968676835,
            "stop": 968679412
        },
        {
            "start": 968680215,
            "stop": 968680284
        },
        {
            "start": 968680285,
            "stop": 968686773
        },
        {
            "start": 968688905,
            "stop": 968691809
        },
        {
            "start": 968693321,
            "stop": 968694077
        },
        {
            "start": 968694718,
            "stop": 968699783
        },
        {
            "start": 968701111,
            "stop": 968702487
        },
        {
            "start": 968702488,
            "stop": 968713981
        },
        {
            "start": 968714886,
            "stop": 968715367
        },
        {
            "start": 968715369,
            "stop": 968715646
        },
        {
            "start": 968715648,
            "stop": 968717129
        },
        {
            "start": 968718555,
            "stop": 968718582
        },
        {
            "start": 968718602,
            "stop": 968719217
        },
        {
            "start": 968719218,
            "stop": 968720547
        }
    ]
}