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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=252",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 253,
    "results": [
        {
            "start": 861780829,
            "stop": 861796688
        },
        {
            "start": 861797583,
            "stop": 861807977
        },
        {
            "start": 861808901,
            "stop": 861816621
        },
        {
            "start": 861818514,
            "stop": 861822233
        },
        {
            "start": 861822327,
            "stop": 861843166
        },
        {
            "start": 861843230,
            "stop": 861843231
        },
        {
            "start": 861843246,
            "stop": 861864861
        },
        {
            "start": 861868390,
            "stop": 861887021
        },
        {
            "start": 861891578,
            "stop": 861904746
        },
        {
            "start": 861904822,
            "stop": 861908934
        },
        {
            "start": 861909281,
            "stop": 861920438
        },
        {
            "start": 861921007,
            "stop": 861951463
        },
        {
            "start": 861963505,
            "stop": 861969567
        },
        {
            "start": 861969633,
            "stop": 861971437
        },
        {
            "start": 861972856,
            "stop": 861973309
        },
        {
            "start": 861975175,
            "stop": 861976347
        },
        {
            "start": 861976420,
            "stop": 861978885
        },
        {
            "start": 861978943,
            "stop": 861997568
        },
        {
            "start": 861999167,
            "stop": 862002985
        },
        {
            "start": 862003985,
            "stop": 862006898
        }
    ]
}