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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=288",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 289,
    "results": [
        {
            "start": 931593174,
            "stop": 931593181
        },
        {
            "start": 931593205,
            "stop": 931593208
        },
        {
            "start": 931593293,
            "stop": 931593294
        },
        {
            "start": 931593373,
            "stop": 931593379
        },
        {
            "start": 931593480,
            "stop": 931593483
        },
        {
            "start": 931593525,
            "stop": 931593529
        },
        {
            "start": 931593569,
            "stop": 931593577
        },
        {
            "start": 931593579,
            "stop": 931593581
        },
        {
            "start": 931593588,
            "stop": 931593592
        },
        {
            "start": 931593595,
            "stop": 931593598
        },
        {
            "start": 931593622,
            "stop": 931593623
        },
        {
            "start": 931593681,
            "stop": 931593682
        },
        {
            "start": 931593686,
            "stop": 931593687
        },
        {
            "start": 931593689,
            "stop": 931593690
        },
        {
            "start": 931593744,
            "stop": 931593745
        },
        {
            "start": 931593792,
            "stop": 931593793
        },
        {
            "start": 931593812,
            "stop": 931593813
        },
        {
            "start": 931593931,
            "stop": 931593932
        },
        {
            "start": 931593953,
            "stop": 931593954
        },
        {
            "start": 931593973,
            "stop": 931593974
        }
    ]
}