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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 51,
    "results": [
        {
            "start": 931498262,
            "stop": 931498267
        },
        {
            "start": 931498270,
            "stop": 931498272
        },
        {
            "start": 931498276,
            "stop": 931498287
        },
        {
            "start": 931498289,
            "stop": 931498291
        },
        {
            "start": 931498294,
            "stop": 931498299
        },
        {
            "start": 931498301,
            "stop": 931498308
        },
        {
            "start": 931498311,
            "stop": 931498320
        },
        {
            "start": 931498323,
            "stop": 931498324
        },
        {
            "start": 931498335,
            "stop": 931498337
        },
        {
            "start": 931498340,
            "stop": 931498341
        },
        {
            "start": 931498349,
            "stop": 931498362
        },
        {
            "start": 931498364,
            "stop": 931498366
        },
        {
            "start": 931498371,
            "stop": 931498374
        },
        {
            "start": 931498377,
            "stop": 931498380
        },
        {
            "start": 931498385,
            "stop": 931498407
        },
        {
            "start": 931498413,
            "stop": 931498423
        },
        {
            "start": 931498427,
            "stop": 931498431
        },
        {
            "start": 931498434,
            "stop": 931498440
        },
        {
            "start": 931498443,
            "stop": 931498453
        },
        {
            "start": 931498458,
            "stop": 931498481
        }
    ]
}