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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1154",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1155,
    "results": [
        {
            "start": 1136645993,
            "stop": 1136646989
        },
        {
            "start": 1136646991,
            "stop": 1136650093
        },
        {
            "start": 1136706986,
            "stop": 1136729805
        },
        {
            "start": 1136729807,
            "stop": 1136731552
        },
        {
            "start": 1136731553,
            "stop": 1136732478
        },
        {
            "start": 1136732481,
            "stop": 1136734470
        },
        {
            "start": 1136734471,
            "stop": 1136738034
        },
        {
            "start": 1136738037,
            "stop": 1136740384
        },
        {
            "start": 1136799305,
            "stop": 1136801202
        },
        {
            "start": 1136801869,
            "stop": 1136803840
        },
        {
            "start": 1136816633,
            "stop": 1136819466
        },
        {
            "start": 1136819467,
            "stop": 1136820862
        },
        {
            "start": 1136820864,
            "stop": 1136826646
        },
        {
            "start": 1136861219,
            "stop": 1136865131
        },
        {
            "start": 1136865133,
            "stop": 1136867646
        },
        {
            "start": 1136867648,
            "stop": 1136868254
        },
        {
            "start": 1136868256,
            "stop": 1136881672
        },
        {
            "start": 1136881674,
            "stop": 1136890843
        },
        {
            "start": 1136890845,
            "stop": 1136891253
        },
        {
            "start": 1136891254,
            "stop": 1136896035
        }
    ]
}