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=439
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=440",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=438",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 439,
    "results": [
        {
            "start": 825877604,
            "stop": 825877640
        },
        {
            "start": 825877657,
            "stop": 825877663
        },
        {
            "start": 825877686,
            "stop": 825877705
        },
        {
            "start": 825877709,
            "stop": 825877770
        },
        {
            "start": 825877830,
            "stop": 825877890
        },
        {
            "start": 825877950,
            "stop": 825878296
        },
        {
            "start": 825878300,
            "stop": 825878583
        },
        {
            "start": 825878587,
            "stop": 825878693
        },
        {
            "start": 825878697,
            "stop": 825878853
        },
        {
            "start": 825878857,
            "stop": 825879002
        },
        {
            "start": 825879006,
            "stop": 825879049
        },
        {
            "start": 825879053,
            "stop": 825879071
        },
        {
            "start": 825879074,
            "stop": 825879130
        },
        {
            "start": 825879139,
            "stop": 825879780
        },
        {
            "start": 825879840,
            "stop": 825880103
        },
        {
            "start": 825880107,
            "stop": 825880223
        },
        {
            "start": 825880236,
            "stop": 825880350
        },
        {
            "start": 825880410,
            "stop": 825880411
        },
        {
            "start": 825882309,
            "stop": 825882319
        },
        {
            "start": 825882323,
            "stop": 825882328
        }
    ]
}