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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29293",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29294,
    "results": [
        {
            "start": 971180261,
            "stop": 971180266
        },
        {
            "start": 971180270,
            "stop": 971180272
        },
        {
            "start": 971180274,
            "stop": 971180275
        },
        {
            "start": 971180280,
            "stop": 971180281
        },
        {
            "start": 971180282,
            "stop": 971180283
        },
        {
            "start": 971180284,
            "stop": 971180288
        },
        {
            "start": 971180289,
            "stop": 971180293
        },
        {
            "start": 971180296,
            "stop": 971180299
        },
        {
            "start": 971180301,
            "stop": 971180302
        },
        {
            "start": 971180304,
            "stop": 971180306
        },
        {
            "start": 971180313,
            "stop": 971180319
        },
        {
            "start": 971180321,
            "stop": 971180323
        },
        {
            "start": 971180324,
            "stop": 971180325
        },
        {
            "start": 971180327,
            "stop": 971180329
        },
        {
            "start": 971180331,
            "stop": 971180335
        },
        {
            "start": 971180336,
            "stop": 971180340
        },
        {
            "start": 971180341,
            "stop": 971180343
        },
        {
            "start": 971180344,
            "stop": 971180345
        },
        {
            "start": 971180354,
            "stop": 971180359
        },
        {
            "start": 971180361,
            "stop": 971180364
        }
    ]
}