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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=315",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 316,
    "results": [
        {
            "start": 931856418,
            "stop": 931856444
        },
        {
            "start": 931856446,
            "stop": 931856477
        },
        {
            "start": 931856479,
            "stop": 931856484
        },
        {
            "start": 931856486,
            "stop": 931856536
        },
        {
            "start": 931856538,
            "stop": 931856654
        },
        {
            "start": 931856656,
            "stop": 931856662
        },
        {
            "start": 931856665,
            "stop": 931856669
        },
        {
            "start": 931856672,
            "stop": 931856753
        },
        {
            "start": 931856755,
            "stop": 931856793
        },
        {
            "start": 931856795,
            "stop": 931856815
        },
        {
            "start": 931856818,
            "stop": 931856854
        },
        {
            "start": 931856857,
            "stop": 931856863
        },
        {
            "start": 931856865,
            "stop": 931856895
        },
        {
            "start": 931856897,
            "stop": 931856923
        },
        {
            "start": 931856926,
            "stop": 931856932
        },
        {
            "start": 931856935,
            "stop": 931856951
        },
        {
            "start": 931856955,
            "stop": 931856981
        },
        {
            "start": 931856984,
            "stop": 931857001
        },
        {
            "start": 931857004,
            "stop": 931857010
        },
        {
            "start": 931857014,
            "stop": 931857016
        }
    ]
}