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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=83",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 84,
    "results": [
        {
            "start": 1175428113,
            "stop": 1175435157
        },
        {
            "start": 1175435163,
            "stop": 1175435277
        },
        {
            "start": 1175435278,
            "stop": 1175435282
        },
        {
            "start": 1175435283,
            "stop": 1175435298
        },
        {
            "start": 1175435299,
            "stop": 1175435300
        },
        {
            "start": 1175435301,
            "stop": 1175435333
        },
        {
            "start": 1175435335,
            "stop": 1175435435
        },
        {
            "start": 1175435438,
            "stop": 1175435439
        },
        {
            "start": 1175435440,
            "stop": 1175435441
        },
        {
            "start": 1175435456,
            "stop": 1175435462
        },
        {
            "start": 1175435463,
            "stop": 1175435464
        },
        {
            "start": 1175435468,
            "stop": 1175435469
        },
        {
            "start": 1175435470,
            "stop": 1175435472
        },
        {
            "start": 1175435477,
            "stop": 1175435478
        },
        {
            "start": 1175435480,
            "stop": 1175435481
        },
        {
            "start": 1175435483,
            "stop": 1175435561
        },
        {
            "start": 1175435563,
            "stop": 1175435609
        },
        {
            "start": 1175435610,
            "stop": 1175435611
        },
        {
            "start": 1175435615,
            "stop": 1175435624
        },
        {
            "start": 1175435625,
            "stop": 1175435627
        }
    ]
}