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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=343",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 344,
    "results": [
        {
            "start": 1260596365,
            "stop": 1260596389
        },
        {
            "start": 1260596392,
            "stop": 1260596585
        },
        {
            "start": 1260596588,
            "stop": 1260596873
        },
        {
            "start": 1260596875,
            "stop": 1260597845
        },
        {
            "start": 1260597848,
            "stop": 1260598165
        },
        {
            "start": 1260598168,
            "stop": 1260598204
        },
        {
            "start": 1260598205,
            "stop": 1260598220
        },
        {
            "start": 1260598221,
            "stop": 1260598700
        },
        {
            "start": 1260598701,
            "stop": 1260598863
        },
        {
            "start": 1260598864,
            "stop": 1260599286
        },
        {
            "start": 1260599289,
            "stop": 1260600223
        },
        {
            "start": 1260600226,
            "stop": 1260600235
        },
        {
            "start": 1260600238,
            "stop": 1260600304
        },
        {
            "start": 1260600307,
            "stop": 1260600329
        },
        {
            "start": 1260600332,
            "stop": 1260600451
        },
        {
            "start": 1260600452,
            "stop": 1260600605
        },
        {
            "start": 1260600608,
            "stop": 1260600701
        },
        {
            "start": 1260600703,
            "stop": 1260600976
        },
        {
            "start": 1260600979,
            "stop": 1260601972
        },
        {
            "start": 1260601975,
            "stop": 1260602086
        }
    ]
}