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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=4",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 5,
    "results": [
        {
            "start": 816230902,
            "stop": 816230906
        },
        {
            "start": 816230910,
            "stop": 816230941
        },
        {
            "start": 816230946,
            "stop": 816230986
        },
        {
            "start": 816230990,
            "stop": 816230994
        },
        {
            "start": 816231000,
            "stop": 816231092
        },
        {
            "start": 816231096,
            "stop": 816231166
        },
        {
            "start": 816231169,
            "stop": 816231188
        },
        {
            "start": 816231192,
            "stop": 816231278
        },
        {
            "start": 816231282,
            "stop": 816231287
        },
        {
            "start": 816231293,
            "stop": 816231310
        },
        {
            "start": 816231318,
            "stop": 816231326
        },
        {
            "start": 816231329,
            "stop": 816231334
        },
        {
            "start": 816231345,
            "stop": 816231358
        },
        {
            "start": 816231362,
            "stop": 816231368
        },
        {
            "start": 816231372,
            "stop": 816231374
        },
        {
            "start": 816231377,
            "stop": 816231394
        },
        {
            "start": 816231400,
            "stop": 816231418
        },
        {
            "start": 816231426,
            "stop": 816231511
        },
        {
            "start": 816231514,
            "stop": 816231559
        },
        {
            "start": 816231564,
            "stop": 816231587
        }
    ]
}