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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 160,
    "results": [
        {
            "start": 1239617258,
            "stop": 1239617433
        },
        {
            "start": 1239617435,
            "stop": 1239617727
        },
        {
            "start": 1239617728,
            "stop": 1239618314
        },
        {
            "start": 1239618322,
            "stop": 1239618327
        },
        {
            "start": 1239618328,
            "stop": 1239618907
        },
        {
            "start": 1239618908,
            "stop": 1239619438
        },
        {
            "start": 1239619442,
            "stop": 1239619527
        },
        {
            "start": 1239619528,
            "stop": 1239619806
        },
        {
            "start": 1239619810,
            "stop": 1239620127
        },
        {
            "start": 1239620128,
            "stop": 1239620152
        },
        {
            "start": 1239620157,
            "stop": 1239620707
        },
        {
            "start": 1239620708,
            "stop": 1239621106
        },
        {
            "start": 1239621111,
            "stop": 1239621149
        },
        {
            "start": 1239621154,
            "stop": 1239621267
        },
        {
            "start": 1239621271,
            "stop": 1239621327
        },
        {
            "start": 1239621328,
            "stop": 1239621470
        },
        {
            "start": 1239621474,
            "stop": 1239621677
        },
        {
            "start": 1239621682,
            "stop": 1239621823
        },
        {
            "start": 1239621827,
            "stop": 1239621910
        },
        {
            "start": 1239621915,
            "stop": 1239621918
        }
    ]
}