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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=63",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 64,
    "results": [
        {
            "start": 817299261,
            "stop": 817299448
        },
        {
            "start": 817299455,
            "stop": 817299531
        },
        {
            "start": 817299539,
            "stop": 817299660
        },
        {
            "start": 817303256,
            "stop": 817303308
        },
        {
            "start": 817303315,
            "stop": 817303360
        },
        {
            "start": 817303368,
            "stop": 817303447
        },
        {
            "start": 817303454,
            "stop": 817303502
        },
        {
            "start": 817303512,
            "stop": 817303667
        },
        {
            "start": 817303674,
            "stop": 817303719
        },
        {
            "start": 817303748,
            "stop": 817303770
        },
        {
            "start": 817303799,
            "stop": 817303885
        },
        {
            "start": 817303917,
            "stop": 817303936
        },
        {
            "start": 817303947,
            "stop": 817303958
        },
        {
            "start": 817303965,
            "stop": 817304139
        },
        {
            "start": 817304146,
            "stop": 817304323
        },
        {
            "start": 817304330,
            "stop": 817304519
        },
        {
            "start": 817304554,
            "stop": 817304584
        },
        {
            "start": 817304592,
            "stop": 817304607
        },
        {
            "start": 817304654,
            "stop": 817304699
        },
        {
            "start": 817304728,
            "stop": 817304753
        }
    ]
}