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=687
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=688",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=686",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 687,
    "results": [
        {
            "start": 1266512773,
            "stop": 1266514074
        },
        {
            "start": 1266519189,
            "stop": 1266520511
        },
        {
            "start": 1266520513,
            "stop": 1266520642
        },
        {
            "start": 1266520646,
            "stop": 1266522307
        },
        {
            "start": 1266522308,
            "stop": 1266523436
        },
        {
            "start": 1266523439,
            "stop": 1266523441
        },
        {
            "start": 1266523443,
            "stop": 1266525516
        },
        {
            "start": 1266525520,
            "stop": 1266525535
        },
        {
            "start": 1266525540,
            "stop": 1266528434
        },
        {
            "start": 1266528438,
            "stop": 1266529491
        },
        {
            "start": 1266529493,
            "stop": 1266530590
        },
        {
            "start": 1266530595,
            "stop": 1266531635
        },
        {
            "start": 1266531638,
            "stop": 1266533419
        },
        {
            "start": 1266533422,
            "stop": 1266533423
        },
        {
            "start": 1266533425,
            "stop": 1266535560
        },
        {
            "start": 1266535563,
            "stop": 1266537171
        },
        {
            "start": 1266537173,
            "stop": 1266537804
        },
        {
            "start": 1266537806,
            "stop": 1266539787
        },
        {
            "start": 1266539791,
            "stop": 1266539933
        },
        {
            "start": 1266539935,
            "stop": 1266541091
        }
    ]
}