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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 273,
    "results": [
        {
            "start": 1262731506,
            "stop": 1262731972
        },
        {
            "start": 1262731977,
            "stop": 1262732312
        },
        {
            "start": 1262732315,
            "stop": 1262733043
        },
        {
            "start": 1262733046,
            "stop": 1262733056
        },
        {
            "start": 1262733059,
            "stop": 1262733686
        },
        {
            "start": 1262733691,
            "stop": 1262738372
        },
        {
            "start": 1262738375,
            "stop": 1262739890
        },
        {
            "start": 1262739894,
            "stop": 1262740119
        },
        {
            "start": 1262740122,
            "stop": 1262743437
        },
        {
            "start": 1262743442,
            "stop": 1262753207
        },
        {
            "start": 1262753212,
            "stop": 1262753341
        },
        {
            "start": 1262753346,
            "stop": 1262753481
        },
        {
            "start": 1262753484,
            "stop": 1262754128
        },
        {
            "start": 1262754130,
            "stop": 1262755071
        },
        {
            "start": 1262755072,
            "stop": 1262756422
        },
        {
            "start": 1262756425,
            "stop": 1262757663
        },
        {
            "start": 1262757668,
            "stop": 1262757730
        },
        {
            "start": 1262757735,
            "stop": 1262758265
        },
        {
            "start": 1262758270,
            "stop": 1262758510
        },
        {
            "start": 1262758515,
            "stop": 1262758526
        }
    ]
}