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=20
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=21",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=19",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 20,
    "results": [
        {
            "start": 931162450,
            "stop": 931162454
        },
        {
            "start": 931162460,
            "stop": 931162463
        },
        {
            "start": 931162470,
            "stop": 931162477
        },
        {
            "start": 931162483,
            "stop": 931162484
        },
        {
            "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
        }
    ]
}