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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 193,
    "results": [
        {
            "start": 1422029287,
            "stop": 1422029304
        },
        {
            "start": 1422029307,
            "stop": 1422029943
        },
        {
            "start": 1422029947,
            "stop": 1422030689
        },
        {
            "start": 1422049758,
            "stop": 1422052567
        },
        {
            "start": 1422052572,
            "stop": 1422052929
        },
        {
            "start": 1422052934,
            "stop": 1422055837
        },
        {
            "start": 1422055842,
            "stop": 1422055882
        },
        {
            "start": 1422055887,
            "stop": 1422058413
        },
        {
            "start": 1422058418,
            "stop": 1422059087
        },
        {
            "start": 1422059092,
            "stop": 1422059717
        },
        {
            "start": 1422059722,
            "stop": 1422061142
        },
        {
            "start": 1422061147,
            "stop": 1422068453
        },
        {
            "start": 1422068456,
            "stop": 1422071789
        },
        {
            "start": 1422071794,
            "stop": 1422074278
        },
        {
            "start": 1422074282,
            "stop": 1422076486
        },
        {
            "start": 1422076988,
            "stop": 1422082048
        },
        {
            "start": 1422082053,
            "stop": 1422082871
        },
        {
            "start": 1422082876,
            "stop": 1422085767
        },
        {
            "start": 1422085772,
            "stop": 1422086300
        },
        {
            "start": 1422086305,
            "stop": 1422090307
        }
    ]
}