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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4877",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4875",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4876,
    "results": [
        {
            "start": 874794112,
            "stop": 874794120
        },
        {
            "start": 874794300,
            "stop": 874794332
        },
        {
            "start": 874794373,
            "stop": 874794442
        },
        {
            "start": 874794461,
            "stop": 874794540
        },
        {
            "start": 874794600,
            "stop": 874794660
        },
        {
            "start": 874794720,
            "stop": 874794771
        },
        {
            "start": 874794790,
            "stop": 874795000
        },
        {
            "start": 874795027,
            "stop": 874795061
        },
        {
            "start": 874795099,
            "stop": 874795112
        },
        {
            "start": 874795142,
            "stop": 874795200
        },
        {
            "start": 874795320,
            "stop": 874795329
        },
        {
            "start": 874795348,
            "stop": 874795382
        },
        {
            "start": 874795502,
            "stop": 874795550
        },
        {
            "start": 874795583,
            "stop": 874795660
        },
        {
            "start": 874795679,
            "stop": 874795740
        },
        {
            "start": 874795800,
            "stop": 874795918
        },
        {
            "start": 874795937,
            "stop": 874795980
        },
        {
            "start": 874796040,
            "stop": 874796044
        },
        {
            "start": 874796064,
            "stop": 874796147
        },
        {
            "start": 874796220,
            "stop": 874796235
        }
    ]
}