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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=274",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 275,
    "results": [
        {
            "start": 931167297,
            "stop": 931167302
        },
        {
            "start": 931167303,
            "stop": 931167305
        },
        {
            "start": 931167306,
            "stop": 931167308
        },
        {
            "start": 931167312,
            "stop": 931167317
        },
        {
            "start": 931167318,
            "stop": 931167320
        },
        {
            "start": 931167321,
            "stop": 931167323
        },
        {
            "start": 931167325,
            "stop": 931167327
        },
        {
            "start": 931167328,
            "stop": 931167335
        },
        {
            "start": 931167336,
            "stop": 931167338
        },
        {
            "start": 931167339,
            "stop": 931167343
        },
        {
            "start": 931167348,
            "stop": 931167350
        },
        {
            "start": 931167355,
            "stop": 931167362
        },
        {
            "start": 931167364,
            "stop": 931167367
        },
        {
            "start": 931167370,
            "stop": 931167372
        },
        {
            "start": 931167373,
            "stop": 931167378
        },
        {
            "start": 931167383,
            "stop": 931167387
        },
        {
            "start": 931167388,
            "stop": 931167389
        },
        {
            "start": 931167391,
            "stop": 931167394
        },
        {
            "start": 931167396,
            "stop": 931167397
        },
        {
            "start": 931167399,
            "stop": 931167403
        }
    ]
}