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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 82,
    "results": [
        {
            "start": 931505184,
            "stop": 931505186
        },
        {
            "start": 931505189,
            "stop": 931505199
        },
        {
            "start": 931505202,
            "stop": 931505203
        },
        {
            "start": 931505206,
            "stop": 931505212
        },
        {
            "start": 931505217,
            "stop": 931505218
        },
        {
            "start": 931505224,
            "stop": 931505228
        },
        {
            "start": 931505237,
            "stop": 931505258
        },
        {
            "start": 931505261,
            "stop": 931505264
        },
        {
            "start": 931505266,
            "stop": 931505272
        },
        {
            "start": 931505278,
            "stop": 931505279
        },
        {
            "start": 931505282,
            "stop": 931505284
        },
        {
            "start": 931505288,
            "stop": 931505290
        },
        {
            "start": 931505300,
            "stop": 931505304
        },
        {
            "start": 931505309,
            "stop": 931505311
        },
        {
            "start": 931505314,
            "stop": 931505315
        },
        {
            "start": 931505317,
            "stop": 931505321
        },
        {
            "start": 931505324,
            "stop": 931505327
        },
        {
            "start": 931505332,
            "stop": 931505336
        },
        {
            "start": 931505346,
            "stop": 931505350
        },
        {
            "start": 931505359,
            "stop": 931505360
        }
    ]
}