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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=186",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 187,
    "results": [
        {
            "start": 826303191,
            "stop": 826303431
        },
        {
            "start": 826304596,
            "stop": 826304716
        },
        {
            "start": 826305542,
            "stop": 826305722
        },
        {
            "start": 826305895,
            "stop": 826306015
        },
        {
            "start": 826306430,
            "stop": 826306790
        },
        {
            "start": 826312654,
            "stop": 826312894
        },
        {
            "start": 826313819,
            "stop": 826313939
        },
        {
            "start": 826314147,
            "stop": 826314447
        },
        {
            "start": 826326104,
            "stop": 826326224
        },
        {
            "start": 826333182,
            "stop": 826333422
        },
        {
            "start": 826333734,
            "stop": 826334154
        },
        {
            "start": 826334328,
            "stop": 826334388
        },
        {
            "start": 826334823,
            "stop": 826334883
        },
        {
            "start": 826335038,
            "stop": 826335158
        },
        {
            "start": 826335428,
            "stop": 826335968
        },
        {
            "start": 826336119,
            "stop": 826336179
        },
        {
            "start": 826336521,
            "stop": 826336761
        },
        {
            "start": 826336911,
            "stop": 826337091
        },
        {
            "start": 826337343,
            "stop": 826338063
        },
        {
            "start": 826338222,
            "stop": 826339002
        }
    ]
}