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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=349",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 350,
    "results": [
        {
            "start": 931932921,
            "stop": 931932922
        },
        {
            "start": 931932979,
            "stop": 931932980
        },
        {
            "start": 931933064,
            "stop": 931933066
        },
        {
            "start": 931933069,
            "stop": 931933070
        },
        {
            "start": 931933074,
            "stop": 931933075
        },
        {
            "start": 931933125,
            "stop": 931933126
        },
        {
            "start": 931933144,
            "stop": 931933145
        },
        {
            "start": 931933230,
            "stop": 931933231
        },
        {
            "start": 931933252,
            "stop": 931933254
        },
        {
            "start": 931933264,
            "stop": 931933265
        },
        {
            "start": 931933281,
            "stop": 931933282
        },
        {
            "start": 931933287,
            "stop": 931933288
        },
        {
            "start": 931933299,
            "stop": 931933300
        },
        {
            "start": 931933334,
            "stop": 931933335
        },
        {
            "start": 931933341,
            "stop": 931933342
        },
        {
            "start": 931933346,
            "stop": 931933347
        },
        {
            "start": 931933394,
            "stop": 931933395
        },
        {
            "start": 931933419,
            "stop": 931933421
        },
        {
            "start": 931933431,
            "stop": 931933432
        },
        {
            "start": 931933496,
            "stop": 931933497
        }
    ]
}