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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=358",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 359,
    "results": [
        {
            "start": 1240976317,
            "stop": 1240977390
        },
        {
            "start": 1240977395,
            "stop": 1240978285
        },
        {
            "start": 1240978287,
            "stop": 1240983252
        },
        {
            "start": 1240983256,
            "stop": 1240984668
        },
        {
            "start": 1240984673,
            "stop": 1240985247
        },
        {
            "start": 1240985250,
            "stop": 1240986407
        },
        {
            "start": 1240986409,
            "stop": 1240990906
        },
        {
            "start": 1240990909,
            "stop": 1240992818
        },
        {
            "start": 1240992822,
            "stop": 1240995975
        },
        {
            "start": 1240995978,
            "stop": 1240999526
        },
        {
            "start": 1240999529,
            "stop": 1241000558
        },
        {
            "start": 1241000559,
            "stop": 1241000695
        },
        {
            "start": 1241000696,
            "stop": 1241000969
        },
        {
            "start": 1241000971,
            "stop": 1241000980
        },
        {
            "start": 1241000981,
            "stop": 1241001506
        },
        {
            "start": 1241001510,
            "stop": 1241002022
        },
        {
            "start": 1241002026,
            "stop": 1241002551
        },
        {
            "start": 1241002558,
            "stop": 1241002561
        },
        {
            "start": 1241002562,
            "stop": 1241002564
        },
        {
            "start": 1241002565,
            "stop": 1241002576
        }
    ]
}