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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=6",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 7,
    "results": [
        {
            "start": 1168217420,
            "stop": 1168227516
        },
        {
            "start": 1168230258,
            "stop": 1168255223
        },
        {
            "start": 1168256004,
            "stop": 1168259465
        },
        {
            "start": 1168261934,
            "stop": 1168280047
        },
        {
            "start": 1168280191,
            "stop": 1168293739
        },
        {
            "start": 1168301796,
            "stop": 1168306176
        },
        {
            "start": 1168306242,
            "stop": 1168347760
        },
        {
            "start": 1168348107,
            "stop": 1168353018
        },
        {
            "start": 1168359320,
            "stop": 1168362018
        },
        {
            "start": 1168386626,
            "stop": 1168388892
        },
        {
            "start": 1168396518,
            "stop": 1168399093
        },
        {
            "start": 1168400094,
            "stop": 1168413573
        },
        {
            "start": 1168491509,
            "stop": 1168503265
        },
        {
            "start": 1168503721,
            "stop": 1168510582
        },
        {
            "start": 1168645757,
            "stop": 1168646909
        },
        {
            "start": 1168647715,
            "stop": 1168648612
        },
        {
            "start": 1168650301,
            "stop": 1168651600
        },
        {
            "start": 1168652841,
            "stop": 1168668969
        },
        {
            "start": 1168688756,
            "stop": 1168692544
        },
        {
            "start": 1168692785,
            "stop": 1168695812
        }
    ]
}