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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=58",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 59,
    "results": [
        {
            "start": 931500241,
            "stop": 931500244
        },
        {
            "start": 931500256,
            "stop": 931500257
        },
        {
            "start": 931500267,
            "stop": 931500268
        },
        {
            "start": 931500271,
            "stop": 931500272
        },
        {
            "start": 931500275,
            "stop": 931500280
        },
        {
            "start": 931500284,
            "stop": 931500290
        },
        {
            "start": 931500293,
            "stop": 931500304
        },
        {
            "start": 931500307,
            "stop": 931500314
        },
        {
            "start": 931500318,
            "stop": 931500323
        },
        {
            "start": 931500338,
            "stop": 931500340
        },
        {
            "start": 931500345,
            "stop": 931500346
        },
        {
            "start": 931500351,
            "stop": 931500358
        },
        {
            "start": 931500361,
            "stop": 931500364
        },
        {
            "start": 931500367,
            "stop": 931500368
        },
        {
            "start": 931500371,
            "stop": 931500374
        },
        {
            "start": 931500379,
            "stop": 931500381
        },
        {
            "start": 931500387,
            "stop": 931500391
        },
        {
            "start": 931500397,
            "stop": 931500400
        },
        {
            "start": 931500403,
            "stop": 931500404
        },
        {
            "start": 931500406,
            "stop": 931500411
        }
    ]
}