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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=23",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 24,
    "results": [
        {
            "start": 931163227,
            "stop": 931163228
        },
        {
            "start": 931163247,
            "stop": 931163248
        },
        {
            "start": 931163276,
            "stop": 931163280
        },
        {
            "start": 931163283,
            "stop": 931163284
        },
        {
            "start": 931163286,
            "stop": 931163288
        },
        {
            "start": 931163297,
            "stop": 931163300
        },
        {
            "start": 931163303,
            "stop": 931163304
        },
        {
            "start": 931163308,
            "stop": 931163311
        },
        {
            "start": 931163314,
            "stop": 931163315
        },
        {
            "start": 931163321,
            "stop": 931163325
        },
        {
            "start": 931163334,
            "stop": 931163337
        },
        {
            "start": 931163343,
            "stop": 931163344
        },
        {
            "start": 931163348,
            "stop": 931163351
        },
        {
            "start": 931163373,
            "stop": 931163379
        },
        {
            "start": 931163384,
            "stop": 931163392
        },
        {
            "start": 931163398,
            "stop": 931163399
        },
        {
            "start": 931163405,
            "stop": 931163406
        },
        {
            "start": 931163415,
            "stop": 931163419
        },
        {
            "start": 931163426,
            "stop": 931163428
        },
        {
            "start": 931163431,
            "stop": 931163434
        }
    ]
}