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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7161",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7162,
    "results": [
        {
            "start": 874440664,
            "stop": 874440665
        },
        {
            "start": 874440667,
            "stop": 874440669
        },
        {
            "start": 874440670,
            "stop": 874440675
        },
        {
            "start": 874440677,
            "stop": 874440682
        },
        {
            "start": 874440684,
            "stop": 874440685
        },
        {
            "start": 874440687,
            "stop": 874440715
        },
        {
            "start": 874440717,
            "stop": 874440743
        },
        {
            "start": 874440745,
            "stop": 874440805
        },
        {
            "start": 874440807,
            "stop": 874440823
        },
        {
            "start": 874440824,
            "stop": 874441165
        },
        {
            "start": 874441166,
            "stop": 874441240
        },
        {
            "start": 874441241,
            "stop": 874441303
        },
        {
            "start": 874441304,
            "stop": 874441559
        },
        {
            "start": 874441560,
            "stop": 874441586
        },
        {
            "start": 874441587,
            "stop": 874441944
        },
        {
            "start": 874441945,
            "stop": 874442061
        },
        {
            "start": 874442063,
            "stop": 874442443
        },
        {
            "start": 874442445,
            "stop": 874442541
        },
        {
            "start": 874442542,
            "stop": 874443111
        },
        {
            "start": 874443112,
            "stop": 874443147
        }
    ]
}