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=15950
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=15951",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15949",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15950,
    "results": [
        {
            "start": 971410201,
            "stop": 971410203
        },
        {
            "start": 971410204,
            "stop": 971410205
        },
        {
            "start": 971410206,
            "stop": 971410209
        },
        {
            "start": 971410210,
            "stop": 971410222
        },
        {
            "start": 971410229,
            "stop": 971410230
        },
        {
            "start": 971410236,
            "stop": 971410237
        },
        {
            "start": 971410240,
            "stop": 971410250
        },
        {
            "start": 971410251,
            "stop": 971410252
        },
        {
            "start": 971410256,
            "stop": 971410264
        },
        {
            "start": 971410265,
            "stop": 971410272
        },
        {
            "start": 971410274,
            "stop": 971410282
        },
        {
            "start": 971410285,
            "stop": 971410288
        },
        {
            "start": 971410292,
            "stop": 971410300
        },
        {
            "start": 971410302,
            "stop": 971410303
        },
        {
            "start": 971410318,
            "stop": 971410320
        },
        {
            "start": 971410322,
            "stop": 971410327
        },
        {
            "start": 971410328,
            "stop": 971410337
        },
        {
            "start": 971410339,
            "stop": 971410342
        },
        {
            "start": 971410343,
            "stop": 971410350
        },
        {
            "start": 971410351,
            "stop": 971410354
        }
    ]
}