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/L1_CBCHIGH_CAT3/segments?format=api&page=14867
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14868",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14866",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14867,
    "results": [
        {
            "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
        },
        {
            "start": 971410355,
            "stop": 971410357
        },
        {
            "start": 971410359,
            "stop": 971410363
        },
        {
            "start": 971410365,
            "stop": 971410368
        },
        {
            "start": 971410371,
            "stop": 971410372
        },
        {
            "start": 971410373,
            "stop": 971410376
        }
    ]
}