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=1058
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=1059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1057",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1058,
    "results": [
        {
            "start": 873160589,
            "stop": 873164759
        },
        {
            "start": 873164981,
            "stop": 873168641
        },
        {
            "start": 873168791,
            "stop": 873171731
        },
        {
            "start": 873171881,
            "stop": 873173561
        },
        {
            "start": 873173735,
            "stop": 873175355
        },
        {
            "start": 873175523,
            "stop": 873175823
        },
        {
            "start": 873176042,
            "stop": 873179342
        },
        {
            "start": 873180434,
            "stop": 873181394
        },
        {
            "start": 873181538,
            "stop": 873184238
        },
        {
            "start": 873186434,
            "stop": 873188354
        },
        {
            "start": 873189943,
            "stop": 873192343
        },
        {
            "start": 873193238,
            "stop": 873193298
        },
        {
            "start": 873194298,
            "stop": 873195078
        },
        {
            "start": 873195229,
            "stop": 873195349
        },
        {
            "start": 873195706,
            "stop": 873195826
        },
        {
            "start": 873196668,
            "stop": 873196848
        },
        {
            "start": 873197185,
            "stop": 873197785
        },
        {
            "start": 873197947,
            "stop": 873198367
        },
        {
            "start": 873198743,
            "stop": 873198863
        },
        {
            "start": 873199186,
            "stop": 873199786
        }
    ]
}