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=518
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=519",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 518,
    "results": [
        {
            "start": 965596365,
            "stop": 965601213
        },
        {
            "start": 965601982,
            "stop": 965604902
        },
        {
            "start": 965604944,
            "stop": 965641799
        },
        {
            "start": 965645826,
            "stop": 965649832
        },
        {
            "start": 965658742,
            "stop": 965664662
        },
        {
            "start": 965664702,
            "stop": 965666564
        },
        {
            "start": 965673037,
            "stop": 965673285
        },
        {
            "start": 965675528,
            "stop": 965681003
        },
        {
            "start": 965691494,
            "stop": 965694757
        },
        {
            "start": 965699646,
            "stop": 965750745
        },
        {
            "start": 965753873,
            "stop": 965763802
        },
        {
            "start": 965768076,
            "stop": 965770339
        },
        {
            "start": 965781288,
            "stop": 965797299
        },
        {
            "start": 965797779,
            "stop": 965807033
        },
        {
            "start": 965811674,
            "stop": 965826830
        },
        {
            "start": 965826832,
            "stop": 965830920
        },
        {
            "start": 965832600,
            "stop": 965835236
        },
        {
            "start": 965836828,
            "stop": 965862314
        },
        {
            "start": 965868363,
            "stop": 965873984
        },
        {
            "start": 965876809,
            "stop": 965921217
        }
    ]
}