Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 14,
    "results": [
        {
            "start": 1257400607,
            "stop": 1257401199
        },
        {
            "start": 1257401207,
            "stop": 1257401335
        },
        {
            "start": 1257401343,
            "stop": 1257402119
        },
        {
            "start": 1257402127,
            "stop": 1257402167
        },
        {
            "start": 1257402183,
            "stop": 1257402407
        },
        {
            "start": 1257402415,
            "stop": 1257402599
        },
        {
            "start": 1257402607,
            "stop": 1257403575
        },
        {
            "start": 1257403583,
            "stop": 1257403903
        },
        {
            "start": 1257403919,
            "stop": 1257404167
        },
        {
            "start": 1257404175,
            "stop": 1257404711
        },
        {
            "start": 1257404727,
            "stop": 1257405231
        },
        {
            "start": 1257405239,
            "stop": 1257405327
        },
        {
            "start": 1257405335,
            "stop": 1257405503
        },
        {
            "start": 1257405519,
            "stop": 1257406223
        },
        {
            "start": 1257406231,
            "stop": 1257406591
        },
        {
            "start": 1257406599,
            "stop": 1257407687
        },
        {
            "start": 1257407695,
            "stop": 1257408639
        },
        {
            "start": 1257408655,
            "stop": 1257412247
        },
        {
            "start": 1257412250,
            "stop": 1257412254
        },
        {
            "start": 1257414551,
            "stop": 1257415631
        }
    ]
}