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=249
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=250",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 249,
    "results": [
        {
            "start": 1240000735,
            "stop": 1240000754
        },
        {
            "start": 1240000759,
            "stop": 1240000760
        },
        {
            "start": 1240014303,
            "stop": 1240014368
        },
        {
            "start": 1240014370,
            "stop": 1240014488
        },
        {
            "start": 1240014490,
            "stop": 1240014608
        },
        {
            "start": 1240014610,
            "stop": 1240014728
        },
        {
            "start": 1240014730,
            "stop": 1240014848
        },
        {
            "start": 1240014850,
            "stop": 1240014968
        },
        {
            "start": 1240014970,
            "stop": 1240015088
        },
        {
            "start": 1240015090,
            "stop": 1240015208
        },
        {
            "start": 1240015210,
            "stop": 1240015328
        },
        {
            "start": 1240015330,
            "stop": 1240015448
        },
        {
            "start": 1240015450,
            "stop": 1240015568
        },
        {
            "start": 1240015570,
            "stop": 1240015688
        },
        {
            "start": 1240015690,
            "stop": 1240015808
        },
        {
            "start": 1240015810,
            "stop": 1240015928
        },
        {
            "start": 1240015930,
            "stop": 1240016048
        },
        {
            "start": 1240016050,
            "stop": 1240016168
        },
        {
            "start": 1240016170,
            "stop": 1240016288
        },
        {
            "start": 1240016290,
            "stop": 1240016408
        }
    ]
}