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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7203",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7204,
    "results": [
        {
            "start": 874640311,
            "stop": 874640492
        },
        {
            "start": 874640493,
            "stop": 874640524
        },
        {
            "start": 874640525,
            "stop": 874640535
        },
        {
            "start": 874640536,
            "stop": 874640966
        },
        {
            "start": 874640967,
            "stop": 874641500
        },
        {
            "start": 874641502,
            "stop": 874641597
        },
        {
            "start": 874641598,
            "stop": 874641608
        },
        {
            "start": 874641609,
            "stop": 874641857
        },
        {
            "start": 874641858,
            "stop": 874641938
        },
        {
            "start": 874641939,
            "stop": 874642181
        },
        {
            "start": 874642182,
            "stop": 874642191
        },
        {
            "start": 874642192,
            "stop": 874642258
        },
        {
            "start": 874642259,
            "stop": 874642870
        },
        {
            "start": 874642872,
            "stop": 874643459
        },
        {
            "start": 874643460,
            "stop": 874643522
        },
        {
            "start": 874643523,
            "stop": 874643900
        },
        {
            "start": 874643901,
            "stop": 874643985
        },
        {
            "start": 874643986,
            "stop": 874644307
        },
        {
            "start": 874644309,
            "stop": 874644902
        },
        {
            "start": 874644903,
            "stop": 874644972
        }
    ]
}