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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14236",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14234",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14235,
    "results": [
        {
            "start": 971175007,
            "stop": 971175009
        },
        {
            "start": 971175011,
            "stop": 971175013
        },
        {
            "start": 971175014,
            "stop": 971175019
        },
        {
            "start": 971175020,
            "stop": 971175025
        },
        {
            "start": 971175027,
            "stop": 971175048
        },
        {
            "start": 971175049,
            "stop": 971175053
        },
        {
            "start": 971175055,
            "stop": 971175060
        },
        {
            "start": 971175062,
            "stop": 971175064
        },
        {
            "start": 971175066,
            "stop": 971175073
        },
        {
            "start": 971175074,
            "stop": 971175075
        },
        {
            "start": 971175076,
            "stop": 971175085
        },
        {
            "start": 971175086,
            "stop": 971175096
        },
        {
            "start": 971175099,
            "stop": 971175115
        },
        {
            "start": 971175117,
            "stop": 971175127
        },
        {
            "start": 971175128,
            "stop": 971175132
        },
        {
            "start": 971175133,
            "stop": 971175139
        },
        {
            "start": 971175140,
            "stop": 971175150
        },
        {
            "start": 971175151,
            "stop": 971175155
        },
        {
            "start": 971175156,
            "stop": 971175159
        },
        {
            "start": 971175162,
            "stop": 971175173
        }
    ]
}