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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 127,
    "results": [
        {
            "start": 931371339,
            "stop": 931371341
        },
        {
            "start": 931371344,
            "stop": 931371357
        },
        {
            "start": 931371359,
            "stop": 931371366
        },
        {
            "start": 931371368,
            "stop": 931371372
        },
        {
            "start": 931371374,
            "stop": 931371395
        },
        {
            "start": 931371397,
            "stop": 931371401
        },
        {
            "start": 931371407,
            "stop": 931371417
        },
        {
            "start": 931371420,
            "stop": 931371439
        },
        {
            "start": 931371443,
            "stop": 931371444
        },
        {
            "start": 931371448,
            "stop": 931371451
        },
        {
            "start": 931371455,
            "stop": 931371478
        },
        {
            "start": 931371480,
            "stop": 931371484
        },
        {
            "start": 931371487,
            "stop": 931371488
        },
        {
            "start": 931371491,
            "stop": 931371511
        },
        {
            "start": 931371514,
            "stop": 931371522
        },
        {
            "start": 931371524,
            "stop": 931371535
        },
        {
            "start": 931371537,
            "stop": 931371542
        },
        {
            "start": 931371545,
            "stop": 931371572
        },
        {
            "start": 931371574,
            "stop": 931371592
        },
        {
            "start": 931371593,
            "stop": 931371606
        }
    ]
}