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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=298",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 299,
    "results": [
        {
            "start": 931725072,
            "stop": 931725078
        },
        {
            "start": 931725079,
            "stop": 931725090
        },
        {
            "start": 931725098,
            "stop": 931725101
        },
        {
            "start": 931725103,
            "stop": 931725104
        },
        {
            "start": 931725108,
            "stop": 931725117
        },
        {
            "start": 931725134,
            "stop": 931725136
        },
        {
            "start": 931725142,
            "stop": 931725143
        },
        {
            "start": 931725146,
            "stop": 931725155
        },
        {
            "start": 931725157,
            "stop": 931725176
        },
        {
            "start": 931725177,
            "stop": 931725187
        },
        {
            "start": 931725189,
            "stop": 931725190
        },
        {
            "start": 931725193,
            "stop": 931725205
        },
        {
            "start": 931725208,
            "stop": 931725211
        },
        {
            "start": 931725215,
            "stop": 931725216
        },
        {
            "start": 931725224,
            "stop": 931725236
        },
        {
            "start": 931725240,
            "stop": 931725241
        },
        {
            "start": 931725242,
            "stop": 931725244
        },
        {
            "start": 931725245,
            "stop": 931725247
        },
        {
            "start": 931725249,
            "stop": 931725250
        },
        {
            "start": 931725262,
            "stop": 931725265
        }
    ]
}