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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33263",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33264,
    "results": [
        {
            "start": 970993671,
            "stop": 970993680
        },
        {
            "start": 970993683,
            "stop": 970993693
        },
        {
            "start": 970993694,
            "stop": 970993698
        },
        {
            "start": 970993699,
            "stop": 970993715
        },
        {
            "start": 970993718,
            "stop": 970993720
        },
        {
            "start": 970993723,
            "stop": 970993769
        },
        {
            "start": 970993770,
            "stop": 970993790
        },
        {
            "start": 970993791,
            "stop": 970993809
        },
        {
            "start": 970993810,
            "stop": 970993842
        },
        {
            "start": 970993843,
            "stop": 970993854
        },
        {
            "start": 970993857,
            "stop": 970993873
        },
        {
            "start": 970993874,
            "stop": 970993899
        },
        {
            "start": 970993902,
            "stop": 970993906
        },
        {
            "start": 970993909,
            "stop": 970993935
        },
        {
            "start": 970993938,
            "stop": 970993949
        },
        {
            "start": 970993950,
            "stop": 970994021
        },
        {
            "start": 970994022,
            "stop": 970994053
        },
        {
            "start": 970994056,
            "stop": 970994084
        },
        {
            "start": 970994085,
            "stop": 970994094
        },
        {
            "start": 970994097,
            "stop": 970994113
        }
    ]
}