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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1747",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1745",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1746,
    "results": [
        {
            "start": 958662065,
            "stop": 958662178
        },
        {
            "start": 958662182,
            "stop": 958662183
        },
        {
            "start": 958662186,
            "stop": 958662215
        },
        {
            "start": 958662216,
            "stop": 958662279
        },
        {
            "start": 958662281,
            "stop": 958662477
        },
        {
            "start": 958662483,
            "stop": 958662550
        },
        {
            "start": 958662552,
            "stop": 958662678
        },
        {
            "start": 958662684,
            "stop": 958662692
        },
        {
            "start": 958662694,
            "stop": 958662813
        },
        {
            "start": 958662816,
            "stop": 958662843
        },
        {
            "start": 958662854,
            "stop": 958662858
        },
        {
            "start": 958662860,
            "stop": 958662898
        },
        {
            "start": 958662900,
            "stop": 958662942
        },
        {
            "start": 958662946,
            "stop": 958662985
        },
        {
            "start": 958662987,
            "stop": 958663108
        },
        {
            "start": 958663113,
            "stop": 958663202
        },
        {
            "start": 958663204,
            "stop": 958663262
        },
        {
            "start": 958663264,
            "stop": 958663294
        },
        {
            "start": 958663296,
            "stop": 958663304
        },
        {
            "start": 958663306,
            "stop": 958663435
        }
    ]
}