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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=102",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 103,
    "results": [
        {
            "start": 1412506774,
            "stop": 1412508320
        },
        {
            "start": 1412508417,
            "stop": 1412511261
        },
        {
            "start": 1412511266,
            "stop": 1412511923
        },
        {
            "start": 1412512020,
            "stop": 1412512252
        },
        {
            "start": 1412512255,
            "stop": 1412514445
        },
        {
            "start": 1412514522,
            "stop": 1412515526
        },
        {
            "start": 1412515623,
            "stop": 1412517603
        },
        {
            "start": 1412517607,
            "stop": 1412519129
        },
        {
            "start": 1412519226,
            "stop": 1412522733
        },
        {
            "start": 1412523270,
            "stop": 1412526339
        },
        {
            "start": 1412526436,
            "stop": 1412527871
        },
        {
            "start": 1412527944,
            "stop": 1412528476
        },
        {
            "start": 1412540062,
            "stop": 1412540900
        },
        {
            "start": 1412541234,
            "stop": 1412542126
        },
        {
            "start": 1412542130,
            "stop": 1412543162
        },
        {
            "start": 1412543167,
            "stop": 1412544619
        },
        {
            "start": 1412544624,
            "stop": 1412544799
        },
        {
            "start": 1412544804,
            "stop": 1412545336
        },
        {
            "start": 1412545341,
            "stop": 1412546084
        },
        {
            "start": 1412546089,
            "stop": 1412546738
        }
    ]
}