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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=153",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 154,
    "results": [
        {
            "start": 931420238,
            "stop": 931420254
        },
        {
            "start": 931420256,
            "stop": 931420257
        },
        {
            "start": 931420259,
            "stop": 931420262
        },
        {
            "start": 931420264,
            "stop": 931420272
        },
        {
            "start": 931420276,
            "stop": 931420279
        },
        {
            "start": 931420281,
            "stop": 931420348
        },
        {
            "start": 931420352,
            "stop": 931420421
        },
        {
            "start": 931420423,
            "stop": 931420435
        },
        {
            "start": 931420437,
            "stop": 931420438
        },
        {
            "start": 931420442,
            "stop": 931420465
        },
        {
            "start": 931420468,
            "stop": 931420534
        },
        {
            "start": 931420536,
            "stop": 931420546
        },
        {
            "start": 931420548,
            "stop": 931420551
        },
        {
            "start": 931420555,
            "stop": 931420610
        },
        {
            "start": 931420612,
            "stop": 931420675
        },
        {
            "start": 931420677,
            "stop": 931420692
        },
        {
            "start": 931420694,
            "stop": 931420741
        },
        {
            "start": 931420743,
            "stop": 931420763
        },
        {
            "start": 931420767,
            "stop": 931420782
        },
        {
            "start": 931420784,
            "stop": 931420858
        }
    ]
}