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=760
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=761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=759",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 760,
    "results": [
        {
            "start": 859987153,
            "stop": 859987154
        },
        {
            "start": 859987201,
            "stop": 860000759
        },
        {
            "start": 860001339,
            "stop": 860011001
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060491
        },
        {
            "start": 860062829,
            "stop": 860067150
        },
        {
            "start": 860067210,
            "stop": 860071421
        },
        {
            "start": 860071422,
            "stop": 860091139
        },
        {
            "start": 860110767,
            "stop": 860115570
        },
        {
            "start": 860115750,
            "stop": 860147910
        },
        {
            "start": 860147970,
            "stop": 860149701
        },
        {
            "start": 860151150,
            "stop": 860151210
        },
        {
            "start": 860151270,
            "stop": 860160360
        },
        {
            "start": 860161958,
            "stop": 860162310
        },
        {
            "start": 860162370,
            "stop": 860162550
        },
        {
            "start": 860162610,
            "stop": 860162622
        },
        {
            "start": 860166061,
            "stop": 860166810
        },
        {
            "start": 860167892,
            "stop": 860168610
        },
        {
            "start": 860168670,
            "stop": 860168693
        },
        {
            "start": 860206213,
            "stop": 860208630
        }
    ]
}