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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5190",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5188",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5189,
    "results": [
        {
            "start": 1136275237,
            "stop": 1136275240
        },
        {
            "start": 1136275242,
            "stop": 1136275243
        },
        {
            "start": 1136275245,
            "stop": 1136275255
        },
        {
            "start": 1136275258,
            "stop": 1136275349
        },
        {
            "start": 1136275351,
            "stop": 1136275372
        },
        {
            "start": 1136275374,
            "stop": 1136275377
        },
        {
            "start": 1136275385,
            "stop": 1136275402
        },
        {
            "start": 1136275404,
            "stop": 1136275413
        },
        {
            "start": 1136275415,
            "stop": 1136275428
        },
        {
            "start": 1136275431,
            "stop": 1136275438
        },
        {
            "start": 1136275440,
            "stop": 1136275441
        },
        {
            "start": 1136275443,
            "stop": 1136275470
        },
        {
            "start": 1136275472,
            "stop": 1136275476
        },
        {
            "start": 1136275478,
            "stop": 1136275503
        },
        {
            "start": 1136275505,
            "stop": 1136275507
        },
        {
            "start": 1136275509,
            "stop": 1136275535
        },
        {
            "start": 1136275539,
            "stop": 1136275610
        },
        {
            "start": 1136275612,
            "stop": 1136275623
        },
        {
            "start": 1136275625,
            "stop": 1136275636
        },
        {
            "start": 1136275638,
            "stop": 1136275682
        }
    ]
}