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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=266",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 267,
    "results": [
        {
            "start": 1264617346,
            "stop": 1264617347
        },
        {
            "start": 1264617348,
            "stop": 1264617352
        },
        {
            "start": 1264617353,
            "stop": 1264617354
        },
        {
            "start": 1264617356,
            "stop": 1264617357
        },
        {
            "start": 1264617359,
            "stop": 1264617649
        },
        {
            "start": 1264617650,
            "stop": 1264618028
        },
        {
            "start": 1264618029,
            "stop": 1264618035
        },
        {
            "start": 1264618036,
            "stop": 1264618041
        },
        {
            "start": 1264618042,
            "stop": 1264618046
        },
        {
            "start": 1264618050,
            "stop": 1264618052
        },
        {
            "start": 1264618053,
            "stop": 1264618055
        },
        {
            "start": 1264618056,
            "stop": 1264618060
        },
        {
            "start": 1264618063,
            "stop": 1264618065
        },
        {
            "start": 1264618066,
            "stop": 1264618069
        },
        {
            "start": 1264618071,
            "stop": 1264618081
        },
        {
            "start": 1264618082,
            "stop": 1264618083
        },
        {
            "start": 1264618084,
            "stop": 1264618085
        },
        {
            "start": 1264618093,
            "stop": 1264618095
        },
        {
            "start": 1264618096,
            "stop": 1264618098
        },
        {
            "start": 1264618099,
            "stop": 1264618100
        }
    ]
}