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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=317",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 318,
    "results": [
        {
            "start": 861776322,
            "stop": 861777214
        },
        {
            "start": 861778992,
            "stop": 861780649
        },
        {
            "start": 861780829,
            "stop": 861796665
        },
        {
            "start": 861797583,
            "stop": 861807977
        },
        {
            "start": 861808901,
            "stop": 861816596
        },
        {
            "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": 861971413
        },
        {
            "start": 861972856,
            "stop": 861973309
        },
        {
            "start": 861975175,
            "stop": 861976347
        },
        {
            "start": 861976420,
            "stop": 861978885
        },
        {
            "start": 861978943,
            "stop": 861997544
        }
    ]
}