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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=140",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 141,
    "results": [
        {
            "start": 1416376872,
            "stop": 1416377520
        },
        {
            "start": 1416377525,
            "stop": 1416381613
        },
        {
            "start": 1416381618,
            "stop": 1416386585
        },
        {
            "start": 1416386590,
            "stop": 1416393142
        },
        {
            "start": 1416395921,
            "stop": 1416398842
        },
        {
            "start": 1416398847,
            "stop": 1416402515
        },
        {
            "start": 1416402520,
            "stop": 1416404450
        },
        {
            "start": 1416404803,
            "stop": 1416429514
        },
        {
            "start": 1416429519,
            "stop": 1416430494
        },
        {
            "start": 1416430498,
            "stop": 1416430826
        },
        {
            "start": 1416432529,
            "stop": 1416441146
        },
        {
            "start": 1416441149,
            "stop": 1416453137
        },
        {
            "start": 1416453140,
            "stop": 1416473826
        },
        {
            "start": 1416473829,
            "stop": 1416479048
        },
        {
            "start": 1416479050,
            "stop": 1416487834
        },
        {
            "start": 1416487838,
            "stop": 1416509764
        },
        {
            "start": 1416509768,
            "stop": 1416518880
        },
        {
            "start": 1416518885,
            "stop": 1416534992
        },
        {
            "start": 1416534997,
            "stop": 1416535209
        },
        {
            "start": 1416546608,
            "stop": 1416551222
        }
    ]
}