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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 19,
    "results": [
        {
            "start": 931138335,
            "stop": 931138397
        },
        {
            "start": 931138399,
            "stop": 931138433
        },
        {
            "start": 931138435,
            "stop": 931138438
        },
        {
            "start": 931138440,
            "stop": 931138442
        },
        {
            "start": 931138443,
            "stop": 931138445
        },
        {
            "start": 931138447,
            "stop": 931138450
        },
        {
            "start": 931138452,
            "stop": 931138454
        },
        {
            "start": 931138456,
            "stop": 931138462
        },
        {
            "start": 931138463,
            "stop": 931138480
        },
        {
            "start": 931138482,
            "stop": 931138486
        },
        {
            "start": 931138487,
            "stop": 931138501
        },
        {
            "start": 931138503,
            "stop": 931138515
        },
        {
            "start": 931138516,
            "stop": 931138518
        },
        {
            "start": 931138520,
            "stop": 931138532
        },
        {
            "start": 931138533,
            "stop": 931138537
        },
        {
            "start": 931138539,
            "stop": 931138552
        },
        {
            "start": 931138554,
            "stop": 931138555
        },
        {
            "start": 931138557,
            "stop": 931138558
        },
        {
            "start": 931138560,
            "stop": 931138561
        },
        {
            "start": 931138566,
            "stop": 931138567
        }
    ]
}