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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=278",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 279,
    "results": [
        {
            "start": 935373764,
            "stop": 935373769
        },
        {
            "start": 935373771,
            "stop": 935373789
        },
        {
            "start": 935373791,
            "stop": 935373798
        },
        {
            "start": 935373800,
            "stop": 935373816
        },
        {
            "start": 935373819,
            "stop": 935373823
        },
        {
            "start": 935373825,
            "stop": 935373840
        },
        {
            "start": 935373844,
            "stop": 935377339
        },
        {
            "start": 935377342,
            "stop": 935377363
        },
        {
            "start": 935377365,
            "stop": 935377388
        },
        {
            "start": 935377391,
            "stop": 935377397
        },
        {
            "start": 935377400,
            "stop": 935377417
        },
        {
            "start": 935377419,
            "stop": 935377423
        },
        {
            "start": 935377425,
            "stop": 935377439
        },
        {
            "start": 935377443,
            "stop": 935379524
        },
        {
            "start": 935380867,
            "stop": 935380962
        },
        {
            "start": 935380965,
            "stop": 935380969
        },
        {
            "start": 935380971,
            "stop": 935380987
        },
        {
            "start": 935380990,
            "stop": 935380996
        },
        {
            "start": 935380999,
            "stop": 935381016
        },
        {
            "start": 935381018,
            "stop": 935381022
        }
    ]
}