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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=20",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 21,
    "results": [
        {
            "start": 931162494,
            "stop": 931162496
        },
        {
            "start": 931162499,
            "stop": 931162512
        },
        {
            "start": 931162520,
            "stop": 931162522
        },
        {
            "start": 931162535,
            "stop": 931162537
        },
        {
            "start": 931162542,
            "stop": 931162544
        },
        {
            "start": 931162549,
            "stop": 931162550
        },
        {
            "start": 931162558,
            "stop": 931162563
        },
        {
            "start": 931162567,
            "stop": 931162568
        },
        {
            "start": 931162595,
            "stop": 931162597
        },
        {
            "start": 931162602,
            "stop": 931162603
        },
        {
            "start": 931162612,
            "stop": 931162616
        },
        {
            "start": 931162619,
            "stop": 931162621
        },
        {
            "start": 931162634,
            "stop": 931162639
        },
        {
            "start": 931162648,
            "stop": 931162649
        },
        {
            "start": 931162655,
            "stop": 931162659
        },
        {
            "start": 931162670,
            "stop": 931162674
        },
        {
            "start": 931162681,
            "stop": 931162682
        },
        {
            "start": 931162693,
            "stop": 931162694
        },
        {
            "start": 931162703,
            "stop": 931162707
        },
        {
            "start": 931162711,
            "stop": 931162714
        }
    ]
}