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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=941",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=939",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 940,
    "results": [
        {
            "start": 1251629928,
            "stop": 1251629944
        },
        {
            "start": 1251629949,
            "stop": 1251629952
        },
        {
            "start": 1251629957,
            "stop": 1251629998
        },
        {
            "start": 1251630004,
            "stop": 1251630075
        },
        {
            "start": 1251630080,
            "stop": 1251630331
        },
        {
            "start": 1251630334,
            "stop": 1251630634
        },
        {
            "start": 1251630639,
            "stop": 1251630684
        },
        {
            "start": 1251630689,
            "stop": 1251630692
        },
        {
            "start": 1251630697,
            "stop": 1251630903
        },
        {
            "start": 1251630908,
            "stop": 1251631012
        },
        {
            "start": 1251631017,
            "stop": 1251631093
        },
        {
            "start": 1251631097,
            "stop": 1251631128
        },
        {
            "start": 1251631131,
            "stop": 1251631256
        },
        {
            "start": 1251631261,
            "stop": 1251631349
        },
        {
            "start": 1251631354,
            "stop": 1251631357
        },
        {
            "start": 1251631362,
            "stop": 1251631399
        },
        {
            "start": 1251631404,
            "stop": 1251631468
        },
        {
            "start": 1251631471,
            "stop": 1251631505
        },
        {
            "start": 1251631510,
            "stop": 1251631606
        },
        {
            "start": 1251631611,
            "stop": 1251631637
        }
    ]
}