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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1074",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1072",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1073,
    "results": [
        {
            "start": 1136387257,
            "stop": 1136387278
        },
        {
            "start": 1136387281,
            "stop": 1136387301
        },
        {
            "start": 1136387304,
            "stop": 1136387349
        },
        {
            "start": 1136387352,
            "stop": 1136387380
        },
        {
            "start": 1136387383,
            "stop": 1136387424
        },
        {
            "start": 1136387427,
            "stop": 1136387503
        },
        {
            "start": 1136387506,
            "stop": 1136387541
        },
        {
            "start": 1136387544,
            "stop": 1136387562
        },
        {
            "start": 1136387565,
            "stop": 1136387587
        },
        {
            "start": 1136387590,
            "stop": 1136387636
        },
        {
            "start": 1136387639,
            "stop": 1136387677
        },
        {
            "start": 1136387680,
            "stop": 1136387692
        },
        {
            "start": 1136387695,
            "stop": 1136387732
        },
        {
            "start": 1136387735,
            "stop": 1136387742
        },
        {
            "start": 1136387745,
            "stop": 1136387794
        },
        {
            "start": 1136387797,
            "stop": 1136387838
        },
        {
            "start": 1136387841,
            "stop": 1136387849
        },
        {
            "start": 1136387852,
            "stop": 1136387875
        },
        {
            "start": 1136387878,
            "stop": 1136387921
        },
        {
            "start": 1136387924,
            "stop": 1136387996
        }
    ]
}