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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=95",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 96,
    "results": [
        {
            "start": 931396349,
            "stop": 931396570
        },
        {
            "start": 931396571,
            "stop": 931396597
        },
        {
            "start": 931396598,
            "stop": 931396601
        },
        {
            "start": 931396603,
            "stop": 931396628
        },
        {
            "start": 931396630,
            "stop": 931396688
        },
        {
            "start": 931396689,
            "stop": 931396776
        },
        {
            "start": 931396777,
            "stop": 931396850
        },
        {
            "start": 931396852,
            "stop": 931396944
        },
        {
            "start": 931396945,
            "stop": 931397067
        },
        {
            "start": 931397068,
            "stop": 931397091
        },
        {
            "start": 931397093,
            "stop": 931397094
        },
        {
            "start": 931397096,
            "stop": 931397097
        },
        {
            "start": 931397099,
            "stop": 931397107
        },
        {
            "start": 931397109,
            "stop": 931397112
        },
        {
            "start": 931397113,
            "stop": 931397318
        },
        {
            "start": 931397320,
            "stop": 931397333
        },
        {
            "start": 931397335,
            "stop": 931397345
        },
        {
            "start": 931397347,
            "stop": 931397479
        },
        {
            "start": 931397480,
            "stop": 931397591
        },
        {
            "start": 931397593,
            "stop": 931397612
        }
    ]
}