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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=543",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 544,
    "results": [
        {
            "start": 827208751,
            "stop": 827208786
        },
        {
            "start": 827208791,
            "stop": 827208917
        },
        {
            "start": 827208920,
            "stop": 827208974
        },
        {
            "start": 827208977,
            "stop": 827209028
        },
        {
            "start": 827209031,
            "stop": 827209036
        },
        {
            "start": 827209045,
            "stop": 827209048
        },
        {
            "start": 827209051,
            "stop": 827209259
        },
        {
            "start": 827209262,
            "stop": 827209482
        },
        {
            "start": 827209486,
            "stop": 827209588
        },
        {
            "start": 827209591,
            "stop": 827209699
        },
        {
            "start": 827209703,
            "stop": 827209896
        },
        {
            "start": 827209899,
            "stop": 827209929
        },
        {
            "start": 827209932,
            "stop": 827209951
        },
        {
            "start": 827209954,
            "stop": 827210297
        },
        {
            "start": 827210300,
            "stop": 827210559
        },
        {
            "start": 827210563,
            "stop": 827210566
        },
        {
            "start": 827210569,
            "stop": 827210621
        },
        {
            "start": 827210624,
            "stop": 827210634
        },
        {
            "start": 827210637,
            "stop": 827210716
        },
        {
            "start": 827210722,
            "stop": 827210981
        }
    ]
}