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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=470",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 471,
    "results": [
        {
            "start": 1262080750,
            "stop": 1262081302
        },
        {
            "start": 1262081305,
            "stop": 1262081308
        },
        {
            "start": 1262081310,
            "stop": 1262081655
        },
        {
            "start": 1262081658,
            "stop": 1262082845
        },
        {
            "start": 1262082853,
            "stop": 1262084400
        },
        {
            "start": 1262084403,
            "stop": 1262089007
        },
        {
            "start": 1262089416,
            "stop": 1262091608
        },
        {
            "start": 1262091610,
            "stop": 1262091612
        },
        {
            "start": 1262091613,
            "stop": 1262092117
        },
        {
            "start": 1262092120,
            "stop": 1262095352
        },
        {
            "start": 1262095355,
            "stop": 1262095661
        },
        {
            "start": 1262095664,
            "stop": 1262097683
        },
        {
            "start": 1262097686,
            "stop": 1262100191
        },
        {
            "start": 1262100194,
            "stop": 1262100488
        },
        {
            "start": 1262100491,
            "stop": 1262102475
        },
        {
            "start": 1262102476,
            "stop": 1262102487
        },
        {
            "start": 1262102489,
            "stop": 1262103066
        },
        {
            "start": 1262103069,
            "stop": 1262103070
        },
        {
            "start": 1262103074,
            "stop": 1262103075
        },
        {
            "start": 1262103078,
            "stop": 1262103079
        }
    ]
}