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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=11",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 12,
    "results": [
        {
            "start": 931160822,
            "stop": 931160826
        },
        {
            "start": 931160829,
            "stop": 931160830
        },
        {
            "start": 931160834,
            "stop": 931160836
        },
        {
            "start": 931160843,
            "stop": 931160851
        },
        {
            "start": 931160853,
            "stop": 931160860
        },
        {
            "start": 931160869,
            "stop": 931160870
        },
        {
            "start": 931160873,
            "stop": 931160875
        },
        {
            "start": 931160879,
            "stop": 931160880
        },
        {
            "start": 931160883,
            "stop": 931160885
        },
        {
            "start": 931160888,
            "stop": 931160889
        },
        {
            "start": 931160893,
            "stop": 931160896
        },
        {
            "start": 931160899,
            "stop": 931160901
        },
        {
            "start": 931160904,
            "stop": 931160908
        },
        {
            "start": 931160912,
            "stop": 931160915
        },
        {
            "start": 931160936,
            "stop": 931160947
        },
        {
            "start": 931160952,
            "stop": 931160954
        },
        {
            "start": 931160957,
            "stop": 931160959
        },
        {
            "start": 931160965,
            "stop": 931160966
        },
        {
            "start": 931160995,
            "stop": 931160998
        },
        {
            "start": 931161001,
            "stop": 931161005
        }
    ]
}