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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=36",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 37,
    "results": [
        {
            "start": 1245380483,
            "stop": 1245381281
        },
        {
            "start": 1245388966,
            "stop": 1245430420
        },
        {
            "start": 1245433918,
            "stop": 1245475235
        },
        {
            "start": 1245505540,
            "stop": 1245552119
        },
        {
            "start": 1245557075,
            "stop": 1245592119
        },
        {
            "start": 1245610251,
            "stop": 1245613576
        },
        {
            "start": 1245615091,
            "stop": 1245651687
        },
        {
            "start": 1245652238,
            "stop": 1245654870
        },
        {
            "start": 1245681563,
            "stop": 1245716981
        },
        {
            "start": 1245717071,
            "stop": 1245738328
        },
        {
            "start": 1245743382,
            "stop": 1245744571
        },
        {
            "start": 1245763698,
            "stop": 1245764572
        },
        {
            "start": 1245768105,
            "stop": 1245778062
        },
        {
            "start": 1245782096,
            "stop": 1245798231
        },
        {
            "start": 1245800025,
            "stop": 1245937672
        },
        {
            "start": 1245950249,
            "stop": 1245953048
        },
        {
            "start": 1245953103,
            "stop": 1245956683
        },
        {
            "start": 1245962185,
            "stop": 1245962705
        },
        {
            "start": 1245962723,
            "stop": 1245962973
        },
        {
            "start": 1245962985,
            "stop": 1245966086
        }
    ]
}