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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=238",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 239,
    "results": [
        {
            "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
        },
        {
            "start": 1136437734,
            "stop": 1136437749
        },
        {
            "start": 1136437752,
            "stop": 1136437754
        },
        {
            "start": 1136437757,
            "stop": 1136437766
        }
    ]
}