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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=218",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 219,
    "results": [
        {
            "start": 1136408314,
            "stop": 1136408315
        },
        {
            "start": 1136408320,
            "stop": 1136408322
        },
        {
            "start": 1136408325,
            "stop": 1136408335
        },
        {
            "start": 1136408338,
            "stop": 1136408340
        },
        {
            "start": 1136408412,
            "stop": 1136408416
        },
        {
            "start": 1136408419,
            "stop": 1136408434
        },
        {
            "start": 1136408440,
            "stop": 1136408449
        },
        {
            "start": 1136408453,
            "stop": 1136408460
        },
        {
            "start": 1136408463,
            "stop": 1136408464
        },
        {
            "start": 1136408476,
            "stop": 1136408493
        },
        {
            "start": 1136408497,
            "stop": 1136408508
        },
        {
            "start": 1136408513,
            "stop": 1136408532
        },
        {
            "start": 1136408535,
            "stop": 1136408540
        },
        {
            "start": 1136408543,
            "stop": 1136408546
        },
        {
            "start": 1136411629,
            "stop": 1136412199
        },
        {
            "start": 1136412202,
            "stop": 1136412326
        },
        {
            "start": 1136412332,
            "stop": 1136412711
        },
        {
            "start": 1136412714,
            "stop": 1136414325
        },
        {
            "start": 1136414785,
            "stop": 1136414828
        },
        {
            "start": 1136414831,
            "stop": 1136414957
        }
    ]
}