Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=95",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 96,
    "results": [
        {
            "start": 828431126,
            "stop": 828431128
        },
        {
            "start": 828431847,
            "stop": 828435668
        },
        {
            "start": 828445719,
            "stop": 828446517
        },
        {
            "start": 828446711,
            "stop": 828447493
        },
        {
            "start": 828447514,
            "stop": 828447515
        },
        {
            "start": 828448537,
            "stop": 828449713
        },
        {
            "start": 828449724,
            "stop": 828449726
        },
        {
            "start": 828449953,
            "stop": 828450559
        },
        {
            "start": 828450691,
            "stop": 828450900
        },
        {
            "start": 828451780,
            "stop": 828452290
        },
        {
            "start": 828518267,
            "stop": 828528793
        },
        {
            "start": 828530048,
            "stop": 828531013
        },
        {
            "start": 828531744,
            "stop": 828536353
        },
        {
            "start": 828710713,
            "stop": 828711853
        },
        {
            "start": 828711884,
            "stop": 828711885
        },
        {
            "start": 828712033,
            "stop": 828712273
        },
        {
            "start": 828712326,
            "stop": 828712327
        },
        {
            "start": 828713653,
            "stop": 828713893
        },
        {
            "start": 828713921,
            "stop": 828713923
        },
        {
            "start": 828951145,
            "stop": 828958647
        }
    ]
}