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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=228",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 229,
    "results": [
        {
            "start": 1262527589,
            "stop": 1262529881
        },
        {
            "start": 1262529883,
            "stop": 1262534731
        },
        {
            "start": 1262534739,
            "stop": 1262534873
        },
        {
            "start": 1262534876,
            "stop": 1262536502
        },
        {
            "start": 1262536504,
            "stop": 1262536741
        },
        {
            "start": 1262536745,
            "stop": 1262539771
        },
        {
            "start": 1262539775,
            "stop": 1262539790
        },
        {
            "start": 1262539793,
            "stop": 1262540083
        },
        {
            "start": 1262540091,
            "stop": 1262541841
        },
        {
            "start": 1262541845,
            "stop": 1262542805
        },
        {
            "start": 1262542809,
            "stop": 1262544844
        },
        {
            "start": 1262544846,
            "stop": 1262544919
        },
        {
            "start": 1262544922,
            "stop": 1262545245
        },
        {
            "start": 1262545247,
            "stop": 1262546324
        },
        {
            "start": 1262546328,
            "stop": 1262547085
        },
        {
            "start": 1262547088,
            "stop": 1262555061
        },
        {
            "start": 1262555063,
            "stop": 1262555329
        },
        {
            "start": 1262555334,
            "stop": 1262557396
        },
        {
            "start": 1262557401,
            "stop": 1262560073
        },
        {
            "start": 1262560081,
            "stop": 1262561031
        }
    ]
}