Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=329",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 330,
    "results": [
        {
            "start": 1240243505,
            "stop": 1240243560
        },
        {
            "start": 1240243562,
            "stop": 1240243624
        },
        {
            "start": 1240243625,
            "stop": 1240243744
        },
        {
            "start": 1240243745,
            "stop": 1240243864
        },
        {
            "start": 1240243865,
            "stop": 1240243984
        },
        {
            "start": 1240243985,
            "stop": 1240243986
        },
        {
            "start": 1240243989,
            "stop": 1240244081
        },
        {
            "start": 1240244085,
            "stop": 1240244224
        },
        {
            "start": 1240244225,
            "stop": 1240244344
        },
        {
            "start": 1240244345,
            "stop": 1240244464
        },
        {
            "start": 1240244465,
            "stop": 1240244584
        },
        {
            "start": 1240244585,
            "stop": 1240244704
        },
        {
            "start": 1240244705,
            "stop": 1240244824
        },
        {
            "start": 1240244825,
            "stop": 1240244944
        },
        {
            "start": 1240244945,
            "stop": 1240245064
        },
        {
            "start": 1240245065,
            "stop": 1240245184
        },
        {
            "start": 1240245185,
            "stop": 1240245304
        },
        {
            "start": 1240245305,
            "stop": 1240245424
        },
        {
            "start": 1240245425,
            "stop": 1240245544
        },
        {
            "start": 1240245545,
            "stop": 1240245664
        }
    ]
}