Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3641
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3642",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3640",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3641,
    "results": [
        {
            "start": 970561101,
            "stop": 970561657
        },
        {
            "start": 970561658,
            "stop": 970561763
        },
        {
            "start": 970561769,
            "stop": 970561770
        },
        {
            "start": 970561776,
            "stop": 970561788
        },
        {
            "start": 970561794,
            "stop": 970561805
        },
        {
            "start": 970561815,
            "stop": 970561820
        },
        {
            "start": 970561826,
            "stop": 970561838
        },
        {
            "start": 970561844,
            "stop": 970561854
        },
        {
            "start": 970561860,
            "stop": 970561874
        },
        {
            "start": 970561880,
            "stop": 970561904
        },
        {
            "start": 970561910,
            "stop": 970561914
        },
        {
            "start": 970561923,
            "stop": 970561933
        },
        {
            "start": 970561939,
            "stop": 970563206
        },
        {
            "start": 970563209,
            "stop": 970563381
        },
        {
            "start": 970563384,
            "stop": 970563386
        },
        {
            "start": 970563387,
            "stop": 970563469
        },
        {
            "start": 970563472,
            "stop": 970563551
        },
        {
            "start": 970563557,
            "stop": 970563563
        },
        {
            "start": 970563569,
            "stop": 970563574
        },
        {
            "start": 970563580,
            "stop": 970563588
        }
    ]
}