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=86
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=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=85",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 86,
    "results": [
        {
            "start": 931371269,
            "stop": 931371271
        },
        {
            "start": 931371273,
            "stop": 931371274
        },
        {
            "start": 931371276,
            "stop": 931371277
        },
        {
            "start": 931371279,
            "stop": 931371304
        },
        {
            "start": 931371305,
            "stop": 931371314
        },
        {
            "start": 931371315,
            "stop": 931371322
        },
        {
            "start": 931371324,
            "stop": 931371337
        },
        {
            "start": 931371339,
            "stop": 931371366
        },
        {
            "start": 931371368,
            "stop": 931371395
        },
        {
            "start": 931371397,
            "stop": 931371403
        },
        {
            "start": 931371407,
            "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": 931371535
        },
        {
            "start": 931371537,
            "stop": 931371572
        },
        {
            "start": 931371574,
            "stop": 931371592
        }
    ]
}