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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41026",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41027,
    "results": [
        {
            "start": 875182425,
            "stop": 875182428
        },
        {
            "start": 875182429,
            "stop": 875182433
        },
        {
            "start": 875182435,
            "stop": 875182439
        },
        {
            "start": 875182440,
            "stop": 875182444
        },
        {
            "start": 875182445,
            "stop": 875182449
        },
        {
            "start": 875182451,
            "stop": 875182455
        },
        {
            "start": 875182456,
            "stop": 875182460
        },
        {
            "start": 875182461,
            "stop": 875182465
        },
        {
            "start": 875182467,
            "stop": 875182471
        },
        {
            "start": 875182473,
            "stop": 875182477
        },
        {
            "start": 875182478,
            "stop": 875182482
        },
        {
            "start": 875182483,
            "stop": 875182487
        },
        {
            "start": 875182489,
            "stop": 875182493
        },
        {
            "start": 875182494,
            "stop": 875182498
        },
        {
            "start": 875182500,
            "stop": 875182504
        },
        {
            "start": 875182505,
            "stop": 875182509
        },
        {
            "start": 875182510,
            "stop": 875182514
        },
        {
            "start": 875182516,
            "stop": 875182520
        },
        {
            "start": 875182521,
            "stop": 875182525
        },
        {
            "start": 875182526,
            "stop": 875182530
        }
    ]
}