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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 149,
    "results": [
        {
            "start": 1239219252,
            "stop": 1239219267
        },
        {
            "start": 1239219272,
            "stop": 1239219277
        },
        {
            "start": 1239219285,
            "stop": 1239219308
        },
        {
            "start": 1239219313,
            "stop": 1239219578
        },
        {
            "start": 1239219581,
            "stop": 1239219822
        },
        {
            "start": 1239219826,
            "stop": 1239219990
        },
        {
            "start": 1239219995,
            "stop": 1239220033
        },
        {
            "start": 1239220037,
            "stop": 1239220066
        },
        {
            "start": 1239220070,
            "stop": 1239220165
        },
        {
            "start": 1239220168,
            "stop": 1239220378
        },
        {
            "start": 1239220381,
            "stop": 1239220435
        },
        {
            "start": 1239220438,
            "stop": 1239220630
        },
        {
            "start": 1239220635,
            "stop": 1239220773
        },
        {
            "start": 1239220778,
            "stop": 1239220809
        },
        {
            "start": 1239220814,
            "stop": 1239220887
        },
        {
            "start": 1239220891,
            "stop": 1239221064
        },
        {
            "start": 1239392735,
            "stop": 1239394887
        },
        {
            "start": 1239394892,
            "stop": 1239394964
        },
        {
            "start": 1239394969,
            "stop": 1239395109
        },
        {
            "start": 1239395114,
            "stop": 1239396176
        }
    ]
}