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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=288",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 289,
    "results": [
        {
            "start": 931534159,
            "stop": 931534177
        },
        {
            "start": 931534179,
            "stop": 931534198
        },
        {
            "start": 931534199,
            "stop": 931534204
        },
        {
            "start": 931534205,
            "stop": 931534208
        },
        {
            "start": 931534209,
            "stop": 931534210
        },
        {
            "start": 931534212,
            "stop": 931534216
        },
        {
            "start": 931534218,
            "stop": 931534228
        },
        {
            "start": 931534232,
            "stop": 931534247
        },
        {
            "start": 931534249,
            "stop": 931534254
        },
        {
            "start": 931534255,
            "stop": 931534265
        },
        {
            "start": 931534267,
            "stop": 931534272
        },
        {
            "start": 931534275,
            "stop": 931534277
        },
        {
            "start": 931534279,
            "stop": 931534280
        },
        {
            "start": 931534282,
            "stop": 931534289
        },
        {
            "start": 931534290,
            "stop": 931534329
        },
        {
            "start": 931534331,
            "stop": 931534342
        },
        {
            "start": 931534348,
            "stop": 931534374
        },
        {
            "start": 931534377,
            "stop": 931534378
        },
        {
            "start": 931534380,
            "stop": 931534385
        },
        {
            "start": 931534387,
            "stop": 931534400
        }
    ]
}