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=620
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=621",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=619",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 620,
    "results": [
        {
            "start": 1265343569,
            "stop": 1265344940
        },
        {
            "start": 1265344945,
            "stop": 1265348847
        },
        {
            "start": 1265348850,
            "stop": 1265352950
        },
        {
            "start": 1265352953,
            "stop": 1265358600
        },
        {
            "start": 1265358602,
            "stop": 1265367745
        },
        {
            "start": 1265367749,
            "stop": 1265368038
        },
        {
            "start": 1265368041,
            "stop": 1265368345
        },
        {
            "start": 1265368350,
            "stop": 1265376147
        },
        {
            "start": 1265376151,
            "stop": 1265381583
        },
        {
            "start": 1265381587,
            "stop": 1265381608
        },
        {
            "start": 1265381611,
            "stop": 1265387143
        },
        {
            "start": 1265387145,
            "stop": 1265389052
        },
        {
            "start": 1265389054,
            "stop": 1265389591
        },
        {
            "start": 1265389593,
            "stop": 1265389932
        },
        {
            "start": 1265389937,
            "stop": 1265396383
        },
        {
            "start": 1265396391,
            "stop": 1265397407
        },
        {
            "start": 1265397412,
            "stop": 1265398563
        },
        {
            "start": 1265398565,
            "stop": 1265398877
        },
        {
            "start": 1265398879,
            "stop": 1265398922
        },
        {
            "start": 1265398925,
            "stop": 1265398926
        }
    ]
}