Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9979
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9978",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9979,
    "results": [
        {
            "start": 875117163,
            "stop": 875117166
        },
        {
            "start": 875117169,
            "stop": 875117174
        },
        {
            "start": 875117177,
            "stop": 875117192
        },
        {
            "start": 875117196,
            "stop": 875117197
        },
        {
            "start": 875117200,
            "stop": 875117268
        },
        {
            "start": 875117274,
            "stop": 875117275
        },
        {
            "start": 875117278,
            "stop": 875117286
        },
        {
            "start": 875117289,
            "stop": 875117292
        },
        {
            "start": 875117295,
            "stop": 875117297
        },
        {
            "start": 875117300,
            "stop": 875117309
        },
        {
            "start": 875117314,
            "stop": 875117339
        },
        {
            "start": 875117342,
            "stop": 875117347
        },
        {
            "start": 875117355,
            "stop": 875117356
        },
        {
            "start": 875117368,
            "stop": 875117372
        },
        {
            "start": 875117377,
            "stop": 875117379
        },
        {
            "start": 875117391,
            "stop": 875117392
        },
        {
            "start": 875117397,
            "stop": 875117399
        },
        {
            "start": 875117402,
            "stop": 875117411
        },
        {
            "start": 875117415,
            "stop": 875117424
        },
        {
            "start": 875117427,
            "stop": 875117447
        }
    ]
}