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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 360,
    "results": [
        {
            "start": 1241002581,
            "stop": 1241002685
        },
        {
            "start": 1241002686,
            "stop": 1241002688
        },
        {
            "start": 1241002696,
            "stop": 1241002700
        },
        {
            "start": 1241002705,
            "stop": 1241003257
        },
        {
            "start": 1241003260,
            "stop": 1241003293
        },
        {
            "start": 1241003294,
            "stop": 1241005075
        },
        {
            "start": 1241005080,
            "stop": 1241005227
        },
        {
            "start": 1241005232,
            "stop": 1241005701
        },
        {
            "start": 1241013955,
            "stop": 1241013964
        },
        {
            "start": 1241013965,
            "stop": 1241014327
        },
        {
            "start": 1241014330,
            "stop": 1241014340
        },
        {
            "start": 1241014343,
            "stop": 1241014662
        },
        {
            "start": 1241014663,
            "stop": 1241014882
        },
        {
            "start": 1241014883,
            "stop": 1241014889
        },
        {
            "start": 1241014891,
            "stop": 1241015002
        },
        {
            "start": 1241015004,
            "stop": 1241015063
        },
        {
            "start": 1241015064,
            "stop": 1241015500
        },
        {
            "start": 1241015501,
            "stop": 1241015925
        },
        {
            "start": 1241015929,
            "stop": 1241016190
        },
        {
            "start": 1241016192,
            "stop": 1241016194
        }
    ]
}