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=442
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=443",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=441",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 442,
    "results": [
        {
            "start": 1264382899,
            "stop": 1264382915
        },
        {
            "start": 1264382916,
            "stop": 1264382918
        },
        {
            "start": 1264382925,
            "stop": 1264382936
        },
        {
            "start": 1264382939,
            "stop": 1264382958
        },
        {
            "start": 1264382960,
            "stop": 1264382975
        },
        {
            "start": 1264382977,
            "stop": 1264383010
        },
        {
            "start": 1264383014,
            "stop": 1264383065
        },
        {
            "start": 1264383066,
            "stop": 1264383086
        },
        {
            "start": 1264383087,
            "stop": 1264383094
        },
        {
            "start": 1264383096,
            "stop": 1264383101
        },
        {
            "start": 1264383104,
            "stop": 1264383120
        },
        {
            "start": 1264383122,
            "stop": 1264383124
        },
        {
            "start": 1264383131,
            "stop": 1264383171
        },
        {
            "start": 1264383173,
            "stop": 1264383178
        },
        {
            "start": 1264383180,
            "stop": 1264383187
        },
        {
            "start": 1264383190,
            "stop": 1264383196
        },
        {
            "start": 1264383198,
            "stop": 1264383199
        },
        {
            "start": 1264383204,
            "stop": 1264383205
        },
        {
            "start": 1264383206,
            "stop": 1264383213
        },
        {
            "start": 1264383215,
            "stop": 1264383336
        }
    ]
}