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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=81",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 82,
    "results": [
        {
            "start": 1238419498,
            "stop": 1238420306
        },
        {
            "start": 1238420308,
            "stop": 1238420309
        },
        {
            "start": 1238420314,
            "stop": 1238420316
        },
        {
            "start": 1238420317,
            "stop": 1238420318
        },
        {
            "start": 1238420319,
            "stop": 1238420697
        },
        {
            "start": 1238420705,
            "stop": 1238420752
        },
        {
            "start": 1238420754,
            "stop": 1238420758
        },
        {
            "start": 1238420759,
            "stop": 1238420837
        },
        {
            "start": 1238420840,
            "stop": 1238421148
        },
        {
            "start": 1238421149,
            "stop": 1238421370
        },
        {
            "start": 1238421373,
            "stop": 1238421433
        },
        {
            "start": 1238421434,
            "stop": 1238421605
        },
        {
            "start": 1238421607,
            "stop": 1238421627
        },
        {
            "start": 1238421628,
            "stop": 1238421681
        },
        {
            "start": 1238421683,
            "stop": 1238421684
        },
        {
            "start": 1238421685,
            "stop": 1238421696
        },
        {
            "start": 1238421699,
            "stop": 1238421745
        },
        {
            "start": 1238421747,
            "stop": 1238421750
        },
        {
            "start": 1238421751,
            "stop": 1238421867
        },
        {
            "start": 1238421869,
            "stop": 1238421870
        }
    ]
}