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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=20",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 21,
    "results": [
        {
            "start": 1399279851,
            "stop": 1399282392
        },
        {
            "start": 1399282702,
            "stop": 1399282732
        },
        {
            "start": 1399282993,
            "stop": 1399283930
        },
        {
            "start": 1399284185,
            "stop": 1399285621
        },
        {
            "start": 1399342356,
            "stop": 1399343592
        },
        {
            "start": 1399343602,
            "stop": 1399345459
        },
        {
            "start": 1399352229,
            "stop": 1399352339
        },
        {
            "start": 1399352348,
            "stop": 1399356391
        },
        {
            "start": 1399360065,
            "stop": 1399360397
        },
        {
            "start": 1399415095,
            "stop": 1399417109
        },
        {
            "start": 1399417118,
            "stop": 1399418128
        },
        {
            "start": 1399418137,
            "stop": 1399419001
        },
        {
            "start": 1399419158,
            "stop": 1399443304
        },
        {
            "start": 1399443306,
            "stop": 1399443669
        },
        {
            "start": 1399443672,
            "stop": 1399449860
        },
        {
            "start": 1399449865,
            "stop": 1399451451
        },
        {
            "start": 1399451455,
            "stop": 1399452403
        },
        {
            "start": 1399452406,
            "stop": 1399453150
        },
        {
            "start": 1399453154,
            "stop": 1399456232
        },
        {
            "start": 1399475613,
            "stop": 1399480352
        }
    ]
}