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=547
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=548",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=546",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 547,
    "results": [
        {
            "start": 1262808521,
            "stop": 1262808557
        },
        {
            "start": 1262808560,
            "stop": 1262808578
        },
        {
            "start": 1262808581,
            "stop": 1262808582
        },
        {
            "start": 1262808585,
            "stop": 1262808604
        },
        {
            "start": 1262808607,
            "stop": 1262808612
        },
        {
            "start": 1262808615,
            "stop": 1262808632
        },
        {
            "start": 1262808635,
            "stop": 1262808651
        },
        {
            "start": 1262808654,
            "stop": 1262808655
        },
        {
            "start": 1262808658,
            "stop": 1262808693
        },
        {
            "start": 1262808696,
            "stop": 1262808722
        },
        {
            "start": 1262808724,
            "stop": 1262808736
        },
        {
            "start": 1262808739,
            "stop": 1262808744
        },
        {
            "start": 1262808747,
            "stop": 1262808748
        },
        {
            "start": 1262808751,
            "stop": 1262808792
        },
        {
            "start": 1262808798,
            "stop": 1262808821
        },
        {
            "start": 1262808824,
            "stop": 1262808847
        },
        {
            "start": 1262808850,
            "stop": 1262808854
        },
        {
            "start": 1262808857,
            "stop": 1262808867
        },
        {
            "start": 1262808870,
            "stop": 1262808910
        },
        {
            "start": 1262808916,
            "stop": 1262808961
        }
    ]
}