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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=713",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 714,
    "results": [
        {
            "start": 850904709,
            "stop": 850904713
        },
        {
            "start": 850904723,
            "stop": 850936400
        },
        {
            "start": 850936433,
            "stop": 850940214
        },
        {
            "start": 850940225,
            "stop": 850948380
        },
        {
            "start": 850948413,
            "stop": 850952030
        },
        {
            "start": 850952051,
            "stop": 851033111
        },
        {
            "start": 851034582,
            "stop": 851038484
        },
        {
            "start": 851040270,
            "stop": 851071106
        },
        {
            "start": 851077902,
            "stop": 851082866
        },
        {
            "start": 851085292,
            "stop": 851102268
        },
        {
            "start": 851102278,
            "stop": 851111260
        },
        {
            "start": 851111660,
            "stop": 851144096
        },
        {
            "start": 851214778,
            "stop": 851215440
        },
        {
            "start": 851220420,
            "stop": 851220528
        },
        {
            "start": 851230163,
            "stop": 851230308
        },
        {
            "start": 851240404,
            "stop": 851240801
        },
        {
            "start": 851241201,
            "stop": 851241338
        },
        {
            "start": 851241658,
            "stop": 851241831
        },
        {
            "start": 851243281,
            "stop": 851243399
        },
        {
            "start": 851245616,
            "stop": 851248816
        }
    ]
}