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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3513",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3511",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3512,
    "results": [
        {
            "start": 970105966,
            "stop": 970106183
        },
        {
            "start": 970106189,
            "stop": 970106192
        },
        {
            "start": 970106198,
            "stop": 970106201
        },
        {
            "start": 970106207,
            "stop": 970106230
        },
        {
            "start": 970106236,
            "stop": 970106419
        },
        {
            "start": 970106422,
            "stop": 970107138
        },
        {
            "start": 970107144,
            "stop": 970107152
        },
        {
            "start": 970107158,
            "stop": 970107168
        },
        {
            "start": 970107171,
            "stop": 970108170
        },
        {
            "start": 970108171,
            "stop": 970108224
        },
        {
            "start": 970108227,
            "stop": 970108267
        },
        {
            "start": 970108270,
            "stop": 970108946
        },
        {
            "start": 970108949,
            "stop": 970109317
        },
        {
            "start": 970109320,
            "stop": 970109580
        },
        {
            "start": 970109601,
            "stop": 970109739
        },
        {
            "start": 970109740,
            "stop": 970110154
        },
        {
            "start": 970110165,
            "stop": 970111277
        },
        {
            "start": 970111280,
            "stop": 970111456
        },
        {
            "start": 970111459,
            "stop": 970111509
        },
        {
            "start": 970111510,
            "stop": 970112839
        }
    ]
}