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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=359",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 360,
    "results": [
        {
            "start": 823075471,
            "stop": 823075526
        },
        {
            "start": 823075529,
            "stop": 823075794
        },
        {
            "start": 823075797,
            "stop": 823075799
        },
        {
            "start": 823075803,
            "stop": 823075893
        },
        {
            "start": 823075897,
            "stop": 823075899
        },
        {
            "start": 823075903,
            "stop": 823075906
        },
        {
            "start": 823075909,
            "stop": 823075942
        },
        {
            "start": 823075946,
            "stop": 823075965
        },
        {
            "start": 823075970,
            "stop": 823075971
        },
        {
            "start": 823075976,
            "stop": 823075977
        },
        {
            "start": 823075981,
            "stop": 823075985
        },
        {
            "start": 823075989,
            "stop": 823076013
        },
        {
            "start": 823076017,
            "stop": 823076180
        },
        {
            "start": 823076184,
            "stop": 823076254
        },
        {
            "start": 823076257,
            "stop": 823076260
        },
        {
            "start": 823076264,
            "stop": 823076266
        },
        {
            "start": 823076270,
            "stop": 823076272
        },
        {
            "start": 823076275,
            "stop": 823076303
        },
        {
            "start": 823076307,
            "stop": 823076310
        },
        {
            "start": 823076313,
            "stop": 823076354
        }
    ]
}