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=33067
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=33068",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33066",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33067,
    "results": [
        {
            "start": 970462220,
            "stop": 970462221
        },
        {
            "start": 970462269,
            "stop": 970462270
        },
        {
            "start": 970462272,
            "stop": 970462273
        },
        {
            "start": 970462318,
            "stop": 970462319
        },
        {
            "start": 970462342,
            "stop": 970462343
        },
        {
            "start": 970462350,
            "stop": 970462351
        },
        {
            "start": 970462356,
            "stop": 970462357
        },
        {
            "start": 970462364,
            "stop": 970462365
        },
        {
            "start": 970462433,
            "stop": 970462435
        },
        {
            "start": 970462442,
            "stop": 970462443
        },
        {
            "start": 970462477,
            "stop": 970462479
        },
        {
            "start": 970462484,
            "stop": 970462485
        },
        {
            "start": 970462522,
            "stop": 970462523
        },
        {
            "start": 970462525,
            "stop": 970462526
        },
        {
            "start": 970462531,
            "stop": 970462532
        },
        {
            "start": 970462534,
            "stop": 970462535
        },
        {
            "start": 970462586,
            "stop": 970462587
        },
        {
            "start": 970462591,
            "stop": 970462592
        },
        {
            "start": 970462619,
            "stop": 970462620
        },
        {
            "start": 970462629,
            "stop": 970462630
        }
    ]
}