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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=532",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 531,
    "results": [
        {
            "start": 1262792319,
            "stop": 1262792415
        },
        {
            "start": 1262792418,
            "stop": 1262792755
        },
        {
            "start": 1262792758,
            "stop": 1262792767
        },
        {
            "start": 1262792770,
            "stop": 1262793025
        },
        {
            "start": 1262793028,
            "stop": 1262793171
        },
        {
            "start": 1262793174,
            "stop": 1262793184
        },
        {
            "start": 1262793187,
            "stop": 1262793235
        },
        {
            "start": 1262793238,
            "stop": 1262793246
        },
        {
            "start": 1262793249,
            "stop": 1262793503
        },
        {
            "start": 1262793506,
            "stop": 1262793836
        },
        {
            "start": 1262793839,
            "stop": 1262793921
        },
        {
            "start": 1262793924,
            "stop": 1262794005
        },
        {
            "start": 1262794008,
            "stop": 1262794332
        },
        {
            "start": 1262794335,
            "stop": 1262794379
        },
        {
            "start": 1262794382,
            "stop": 1262794461
        },
        {
            "start": 1262794464,
            "stop": 1262794475
        },
        {
            "start": 1262794478,
            "stop": 1262794910
        },
        {
            "start": 1262794913,
            "stop": 1262795075
        },
        {
            "start": 1262795078,
            "stop": 1262795388
        },
        {
            "start": 1262795391,
            "stop": 1262795398
        }
    ]
}