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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=509",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 510,
    "results": [
        {
            "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
        },
        {
            "start": 1264618101,
            "stop": 1264618739
        },
        {
            "start": 1264618740,
            "stop": 1264618979
        },
        {
            "start": 1264618980,
            "stop": 1264619267
        }
    ]
}