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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=786",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 787,
    "results": [
        {
            "start": 857831583,
            "stop": 857831703
        },
        {
            "start": 857831834,
            "stop": 857832854
        },
        {
            "start": 857833009,
            "stop": 857833129
        },
        {
            "start": 857877694,
            "stop": 857877754
        },
        {
            "start": 857877902,
            "stop": 857879102
        },
        {
            "start": 857879248,
            "stop": 857887318
        },
        {
            "start": 857887468,
            "stop": 857887948
        },
        {
            "start": 857888234,
            "stop": 857893814
        },
        {
            "start": 857895412,
            "stop": 857898472
        },
        {
            "start": 857898622,
            "stop": 857899072
        },
        {
            "start": 857900241,
            "stop": 857900301
        },
        {
            "start": 857900626,
            "stop": 857906056
        },
        {
            "start": 857906206,
            "stop": 857907646
        },
        {
            "start": 857908785,
            "stop": 857908905
        },
        {
            "start": 857908995,
            "stop": 857911785
        },
        {
            "start": 857911995,
            "stop": 857914125
        },
        {
            "start": 857914337,
            "stop": 857917037
        },
        {
            "start": 857918254,
            "stop": 857923114
        },
        {
            "start": 857923266,
            "stop": 857923986
        },
        {
            "start": 857924328,
            "stop": 857924448
        }
    ]
}