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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=164",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 165,
    "results": [
        {
            "start": 841069328,
            "stop": 841069559
        },
        {
            "start": 841069999,
            "stop": 841070213
        },
        {
            "start": 841070701,
            "stop": 841071447
        },
        {
            "start": 841072026,
            "stop": 841072829
        },
        {
            "start": 841073334,
            "stop": 841074483
        },
        {
            "start": 841075057,
            "stop": 841075448
        },
        {
            "start": 841075848,
            "stop": 841077839
        },
        {
            "start": 841078244,
            "stop": 841080205
        },
        {
            "start": 841080208,
            "stop": 841084254
        },
        {
            "start": 841084779,
            "stop": 841084804
        },
        {
            "start": 841085124,
            "stop": 841085552
        },
        {
            "start": 841086781,
            "stop": 841088266
        },
        {
            "start": 841088666,
            "stop": 841094260
        },
        {
            "start": 841098776,
            "stop": 841141920
        },
        {
            "start": 841142907,
            "stop": 841143510
        },
        {
            "start": 841145524,
            "stop": 841147452
        },
        {
            "start": 841149045,
            "stop": 841153596
        },
        {
            "start": 841154101,
            "stop": 841159618
        },
        {
            "start": 841165086,
            "stop": 841171566
        },
        {
            "start": 841177187,
            "stop": 841178587
        }
    ]
}