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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=203",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 204,
    "results": [
        {
            "start": 931498167,
            "stop": 931498176
        },
        {
            "start": 931498179,
            "stop": 931498180
        },
        {
            "start": 931498185,
            "stop": 931498189
        },
        {
            "start": 931498192,
            "stop": 931498194
        },
        {
            "start": 931498200,
            "stop": 931498206
        },
        {
            "start": 931498209,
            "stop": 931498225
        },
        {
            "start": 931498228,
            "stop": 931498235
        },
        {
            "start": 931498241,
            "stop": 931498246
        },
        {
            "start": 931498255,
            "stop": 931498258
        },
        {
            "start": 931498262,
            "stop": 931498267
        },
        {
            "start": 931498270,
            "stop": 931498272
        },
        {
            "start": 931498276,
            "stop": 931498287
        },
        {
            "start": 931498289,
            "stop": 931498291
        },
        {
            "start": 931498294,
            "stop": 931498299
        },
        {
            "start": 931498301,
            "stop": 931498308
        },
        {
            "start": 931498311,
            "stop": 931498320
        },
        {
            "start": 931498323,
            "stop": 931498324
        },
        {
            "start": 931498335,
            "stop": 931498337
        },
        {
            "start": 931498340,
            "stop": 931498341
        },
        {
            "start": 931498349,
            "stop": 931498362
        }
    ]
}