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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=298",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 299,
    "results": [
        {
            "start": 1263357508,
            "stop": 1263357514
        },
        {
            "start": 1263357517,
            "stop": 1263357591
        },
        {
            "start": 1263357596,
            "stop": 1263358364
        },
        {
            "start": 1263358369,
            "stop": 1263358507
        },
        {
            "start": 1263358510,
            "stop": 1263358795
        },
        {
            "start": 1263358797,
            "stop": 1263358798
        },
        {
            "start": 1263358801,
            "stop": 1263358966
        },
        {
            "start": 1263358975,
            "stop": 1263359417
        },
        {
            "start": 1263359422,
            "stop": 1263359684
        },
        {
            "start": 1263359689,
            "stop": 1263359910
        },
        {
            "start": 1263359915,
            "stop": 1263360280
        },
        {
            "start": 1263360285,
            "stop": 1263361412
        },
        {
            "start": 1263361417,
            "stop": 1263362584
        },
        {
            "start": 1263362589,
            "stop": 1263363179
        },
        {
            "start": 1263363184,
            "stop": 1263363208
        },
        {
            "start": 1263363211,
            "stop": 1263363276
        },
        {
            "start": 1263363281,
            "stop": 1263363424
        },
        {
            "start": 1263363429,
            "stop": 1263363674
        },
        {
            "start": 1263363676,
            "stop": 1263363894
        },
        {
            "start": 1263363897,
            "stop": 1263364211
        }
    ]
}