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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3735",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3736,
    "results": [
        {
            "start": 872756740,
            "stop": 872756742
        },
        {
            "start": 872756743,
            "stop": 872756837
        },
        {
            "start": 872757750,
            "stop": 872758015
        },
        {
            "start": 872758016,
            "stop": 872767034
        },
        {
            "start": 872769610,
            "stop": 872773261
        },
        {
            "start": 872773263,
            "stop": 872773264
        },
        {
            "start": 872773265,
            "stop": 872774108
        },
        {
            "start": 872774111,
            "stop": 872777461
        },
        {
            "start": 872777464,
            "stop": 872778174
        },
        {
            "start": 872778175,
            "stop": 872778487
        },
        {
            "start": 872778488,
            "stop": 872778516
        },
        {
            "start": 872779075,
            "stop": 872779367
        },
        {
            "start": 872779369,
            "stop": 872779412
        },
        {
            "start": 872779413,
            "stop": 872779454
        },
        {
            "start": 872779670,
            "stop": 872785551
        },
        {
            "start": 872785760,
            "stop": 872799706
        },
        {
            "start": 872799708,
            "stop": 872799709
        },
        {
            "start": 872799710,
            "stop": 872799993
        },
        {
            "start": 872799994,
            "stop": 872805258
        },
        {
            "start": 872805259,
            "stop": 872808062
        }
    ]
}