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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 40,
    "results": [
        {
            "start": 931482462,
            "stop": 931482463
        },
        {
            "start": 931482467,
            "stop": 931482468
        },
        {
            "start": 931482471,
            "stop": 931482477
        },
        {
            "start": 931482480,
            "stop": 931482481
        },
        {
            "start": 931482484,
            "stop": 931482485
        },
        {
            "start": 931482488,
            "stop": 931482501
        },
        {
            "start": 931482504,
            "stop": 931482505
        },
        {
            "start": 931482508,
            "stop": 931482513
        },
        {
            "start": 931482525,
            "stop": 931482527
        },
        {
            "start": 931482529,
            "stop": 931482533
        },
        {
            "start": 931482540,
            "stop": 931482541
        },
        {
            "start": 931482554,
            "stop": 931482561
        },
        {
            "start": 931482564,
            "stop": 931482565
        },
        {
            "start": 931482568,
            "stop": 931482583
        },
        {
            "start": 931482593,
            "stop": 931482603
        },
        {
            "start": 931482606,
            "stop": 931482616
        },
        {
            "start": 931482620,
            "stop": 931482624
        },
        {
            "start": 931482626,
            "stop": 931482629
        },
        {
            "start": 931482635,
            "stop": 931482636
        },
        {
            "start": 931482639,
            "stop": 931482644
        }
    ]
}