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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=231",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 232,
    "results": [
        {
            "start": 931461067,
            "stop": 931461069
        },
        {
            "start": 931461072,
            "stop": 931461081
        },
        {
            "start": 931461085,
            "stop": 931461087
        },
        {
            "start": 931461089,
            "stop": 931461099
        },
        {
            "start": 931461103,
            "stop": 931461110
        },
        {
            "start": 931461112,
            "stop": 931461118
        },
        {
            "start": 931461120,
            "stop": 931461122
        },
        {
            "start": 931461124,
            "stop": 931461131
        },
        {
            "start": 931461132,
            "stop": 931461151
        },
        {
            "start": 931461153,
            "stop": 931461166
        },
        {
            "start": 931461169,
            "stop": 931461176
        },
        {
            "start": 931461178,
            "stop": 931461207
        },
        {
            "start": 931461213,
            "stop": 931461219
        },
        {
            "start": 931461221,
            "stop": 931461224
        },
        {
            "start": 931461226,
            "stop": 931461227
        },
        {
            "start": 931461228,
            "stop": 931461234
        },
        {
            "start": 931461236,
            "stop": 931461240
        },
        {
            "start": 931461247,
            "stop": 931461249
        },
        {
            "start": 931461251,
            "stop": 931461259
        },
        {
            "start": 931461261,
            "stop": 931461267
        }
    ]
}