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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33147",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33148,
    "results": [
        {
            "start": 970601283,
            "stop": 970601301
        },
        {
            "start": 970601303,
            "stop": 970601313
        },
        {
            "start": 970601315,
            "stop": 970601319
        },
        {
            "start": 970601321,
            "stop": 970601349
        },
        {
            "start": 970601351,
            "stop": 970601359
        },
        {
            "start": 970601360,
            "stop": 970601386
        },
        {
            "start": 970601388,
            "stop": 970601429
        },
        {
            "start": 970601431,
            "stop": 970601440
        },
        {
            "start": 970601442,
            "stop": 970601450
        },
        {
            "start": 970601453,
            "stop": 970601486
        },
        {
            "start": 970601488,
            "stop": 970601503
        },
        {
            "start": 970601505,
            "stop": 970601506
        },
        {
            "start": 970601509,
            "stop": 970601531
        },
        {
            "start": 970601532,
            "stop": 970601541
        },
        {
            "start": 970601542,
            "stop": 970601566
        },
        {
            "start": 970601568,
            "stop": 970601573
        },
        {
            "start": 970601575,
            "stop": 970601586
        },
        {
            "start": 970601607,
            "stop": 970601610
        },
        {
            "start": 970601611,
            "stop": 970601615
        },
        {
            "start": 970601617,
            "stop": 970601644
        }
    ]
}