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=33122
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=33123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33121",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33122,
    "results": [
        {
            "start": 970562203,
            "stop": 970562206
        },
        {
            "start": 970562208,
            "stop": 970562269
        },
        {
            "start": 970562271,
            "stop": 970562274
        },
        {
            "start": 970562276,
            "stop": 970562289
        },
        {
            "start": 970562291,
            "stop": 970562293
        },
        {
            "start": 970562295,
            "stop": 970562331
        },
        {
            "start": 970562333,
            "stop": 970562338
        },
        {
            "start": 970562339,
            "stop": 970562347
        },
        {
            "start": 970562348,
            "stop": 970562362
        },
        {
            "start": 970562363,
            "stop": 970562382
        },
        {
            "start": 970562383,
            "stop": 970562390
        },
        {
            "start": 970562391,
            "stop": 970562426
        },
        {
            "start": 970562428,
            "stop": 970562433
        },
        {
            "start": 970562438,
            "stop": 970562446
        },
        {
            "start": 970562447,
            "stop": 970562469
        },
        {
            "start": 970562470,
            "stop": 970562494
        },
        {
            "start": 970562496,
            "stop": 970562508
        },
        {
            "start": 970562509,
            "stop": 970562521
        },
        {
            "start": 970562522,
            "stop": 970562526
        },
        {
            "start": 970562527,
            "stop": 970562530
        }
    ]
}