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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1028",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1026",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1027,
    "results": [
        {
            "start": 1252470586,
            "stop": 1252471100
        },
        {
            "start": 1252471105,
            "stop": 1252471188
        },
        {
            "start": 1252471190,
            "stop": 1252471923
        },
        {
            "start": 1252471928,
            "stop": 1252471936
        },
        {
            "start": 1252471941,
            "stop": 1252471951
        },
        {
            "start": 1252471955,
            "stop": 1252472554
        },
        {
            "start": 1252472559,
            "stop": 1252473684
        },
        {
            "start": 1252473689,
            "stop": 1252474395
        },
        {
            "start": 1252474398,
            "stop": 1252474594
        },
        {
            "start": 1252474602,
            "stop": 1252475557
        },
        {
            "start": 1252475562,
            "stop": 1252475729
        },
        {
            "start": 1252475734,
            "stop": 1252476714
        },
        {
            "start": 1252476719,
            "stop": 1252476749
        },
        {
            "start": 1252476754,
            "stop": 1252476756
        },
        {
            "start": 1252476761,
            "stop": 1252476893
        },
        {
            "start": 1252476897,
            "stop": 1252476903
        },
        {
            "start": 1252476908,
            "stop": 1252478761
        },
        {
            "start": 1252478764,
            "stop": 1252478772
        },
        {
            "start": 1252478776,
            "stop": 1252478892
        },
        {
            "start": 1252478894,
            "stop": 1252480596
        }
    ]
}