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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=44",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 45,
    "results": [
        {
            "start": 931351644,
            "stop": 931351710
        },
        {
            "start": 931351734,
            "stop": 931351737
        },
        {
            "start": 931351818,
            "stop": 931351831
        },
        {
            "start": 931351872,
            "stop": 931351877
        },
        {
            "start": 931351895,
            "stop": 931351962
        },
        {
            "start": 931351996,
            "stop": 931352052
        },
        {
            "start": 931352070,
            "stop": 931352303
        },
        {
            "start": 931352343,
            "stop": 931352349
        },
        {
            "start": 931352367,
            "stop": 931352415
        },
        {
            "start": 931352775,
            "stop": 931352978
        },
        {
            "start": 931352982,
            "stop": 931353112
        },
        {
            "start": 931353129,
            "stop": 931353174
        },
        {
            "start": 931353192,
            "stop": 931353323
        },
        {
            "start": 931353356,
            "stop": 931353368
        },
        {
            "start": 931353372,
            "stop": 931353457
        },
        {
            "start": 931353475,
            "stop": 931353622
        },
        {
            "start": 931353624,
            "stop": 931353788
        },
        {
            "start": 931353790,
            "stop": 931353803
        },
        {
            "start": 931353805,
            "stop": 931353845
        },
        {
            "start": 931353895,
            "stop": 931353901
        }
    ]
}