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=1119
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=1120",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1118",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1119,
    "results": [
        {
            "start": 1136437475,
            "stop": 1136437477
        },
        {
            "start": 1136437486,
            "stop": 1136437497
        },
        {
            "start": 1136437500,
            "stop": 1136437510
        },
        {
            "start": 1136437514,
            "stop": 1136437521
        },
        {
            "start": 1136437524,
            "stop": 1136437532
        },
        {
            "start": 1136437535,
            "stop": 1136437544
        },
        {
            "start": 1136437547,
            "stop": 1136437556
        },
        {
            "start": 1136437559,
            "stop": 1136437573
        },
        {
            "start": 1136437576,
            "stop": 1136437609
        },
        {
            "start": 1136437612,
            "stop": 1136437616
        },
        {
            "start": 1136437619,
            "stop": 1136437631
        },
        {
            "start": 1136437634,
            "stop": 1136437638
        },
        {
            "start": 1136437641,
            "stop": 1136437664
        },
        {
            "start": 1136437667,
            "stop": 1136437673
        },
        {
            "start": 1136437676,
            "stop": 1136437681
        },
        {
            "start": 1136437684,
            "stop": 1136437692
        },
        {
            "start": 1136437695,
            "stop": 1136437702
        },
        {
            "start": 1136437705,
            "stop": 1136437709
        },
        {
            "start": 1136437712,
            "stop": 1136437717
        },
        {
            "start": 1136437720,
            "stop": 1136437731
        }
    ]
}