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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=710",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=708",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 709,
    "results": [
        {
            "start": 1248976887,
            "stop": 1248977646
        },
        {
            "start": 1248977650,
            "stop": 1248981902
        },
        {
            "start": 1248981906,
            "stop": 1248981911
        },
        {
            "start": 1248981918,
            "stop": 1248981919
        },
        {
            "start": 1248981923,
            "stop": 1248981930
        },
        {
            "start": 1248981931,
            "stop": 1248981946
        },
        {
            "start": 1248981954,
            "stop": 1248981958
        },
        {
            "start": 1248981959,
            "stop": 1248981960
        },
        {
            "start": 1248981965,
            "stop": 1248981966
        },
        {
            "start": 1248981967,
            "stop": 1248981968
        },
        {
            "start": 1248981969,
            "stop": 1248981972
        },
        {
            "start": 1248981980,
            "stop": 1248981987
        },
        {
            "start": 1248981989,
            "stop": 1248981991
        },
        {
            "start": 1248982002,
            "stop": 1248982011
        },
        {
            "start": 1248982014,
            "stop": 1248982016
        },
        {
            "start": 1248982017,
            "stop": 1248982021
        },
        {
            "start": 1248982022,
            "stop": 1248982024
        },
        {
            "start": 1248982035,
            "stop": 1248982261
        },
        {
            "start": 1248982266,
            "stop": 1248982287
        },
        {
            "start": 1248982292,
            "stop": 1248982293
        }
    ]
}