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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=17",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 18,
    "results": [
        {
            "start": 931131999,
            "stop": 931132349
        },
        {
            "start": 931132366,
            "stop": 931132660
        },
        {
            "start": 931132685,
            "stop": 931132689
        },
        {
            "start": 931132749,
            "stop": 931132815
        },
        {
            "start": 931134054,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931134576
        },
        {
            "start": 931134649,
            "stop": 931134654
        },
        {
            "start": 931134673,
            "stop": 931134706
        },
        {
            "start": 931134740,
            "stop": 931134759
        },
        {
            "start": 931134780,
            "stop": 931134787
        },
        {
            "start": 931134830,
            "stop": 931134849
        },
        {
            "start": 931134866,
            "stop": 931134961
        },
        {
            "start": 931134984,
            "stop": 931134990
        },
        {
            "start": 931135107,
            "stop": 931135125
        },
        {
            "start": 931135167,
            "stop": 931135186
        },
        {
            "start": 931135203,
            "stop": 931135209
        },
        {
            "start": 931135226,
            "stop": 931135270
        },
        {
            "start": 931135288,
            "stop": 931135340
        },
        {
            "start": 931135367,
            "stop": 931135381
        },
        {
            "start": 931135398,
            "stop": 931135429
        }
    ]
}