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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=639",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=637",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 638,
    "results": [
        {
            "start": 1265736686,
            "stop": 1265736742
        },
        {
            "start": 1265736747,
            "stop": 1265736859
        },
        {
            "start": 1265736864,
            "stop": 1265737035
        },
        {
            "start": 1265737040,
            "stop": 1265737097
        },
        {
            "start": 1265737102,
            "stop": 1265737189
        },
        {
            "start": 1265737198,
            "stop": 1265737217
        },
        {
            "start": 1265737222,
            "stop": 1265737370
        },
        {
            "start": 1265737375,
            "stop": 1265737632
        },
        {
            "start": 1265737637,
            "stop": 1265737810
        },
        {
            "start": 1265737815,
            "stop": 1265737869
        },
        {
            "start": 1265737874,
            "stop": 1265737991
        },
        {
            "start": 1265737992,
            "stop": 1265737994
        },
        {
            "start": 1265737995,
            "stop": 1265738030
        },
        {
            "start": 1265738035,
            "stop": 1265738170
        },
        {
            "start": 1265738175,
            "stop": 1265738202
        },
        {
            "start": 1265738207,
            "stop": 1265738276
        },
        {
            "start": 1265738281,
            "stop": 1265738505
        },
        {
            "start": 1265738510,
            "stop": 1265738584
        },
        {
            "start": 1265738589,
            "stop": 1265738761
        },
        {
            "start": 1265738766,
            "stop": 1265738998
        }
    ]
}