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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 19,
    "results": [
        {
            "start": 1257681585,
            "stop": 1257681657
        },
        {
            "start": 1257681665,
            "stop": 1257682057
        },
        {
            "start": 1257682065,
            "stop": 1257682641
        },
        {
            "start": 1257682649,
            "stop": 1257682817
        },
        {
            "start": 1257682825,
            "stop": 1257682873
        },
        {
            "start": 1257682881,
            "stop": 1257683585
        },
        {
            "start": 1257683593,
            "stop": 1257683697
        },
        {
            "start": 1257683705,
            "stop": 1257683817
        },
        {
            "start": 1257683825,
            "stop": 1257683873
        },
        {
            "start": 1257683881,
            "stop": 1257684369
        },
        {
            "start": 1257684377,
            "stop": 1257684385
        },
        {
            "start": 1257684393,
            "stop": 1257684577
        },
        {
            "start": 1257684585,
            "stop": 1257685609
        },
        {
            "start": 1257685617,
            "stop": 1257685633
        },
        {
            "start": 1257685641,
            "stop": 1257686137
        },
        {
            "start": 1257686145,
            "stop": 1257686153
        },
        {
            "start": 1257686161,
            "stop": 1257686577
        },
        {
            "start": 1257686585,
            "stop": 1257686609
        },
        {
            "start": 1257686617,
            "stop": 1257687417
        },
        {
            "start": 1257687425,
            "stop": 1257687769
        }
    ]
}