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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 9,
    "results": [
        {
            "start": 1238333129,
            "stop": 1238335227
        },
        {
            "start": 1238335229,
            "stop": 1238336981
        },
        {
            "start": 1238336984,
            "stop": 1238337074
        },
        {
            "start": 1238337082,
            "stop": 1238338519
        },
        {
            "start": 1238338522,
            "stop": 1238340156
        },
        {
            "start": 1238340159,
            "stop": 1238340738
        },
        {
            "start": 1238340746,
            "stop": 1238341468
        },
        {
            "start": 1238341469,
            "stop": 1238341474
        },
        {
            "start": 1238341475,
            "stop": 1238341791
        },
        {
            "start": 1238341792,
            "stop": 1238341974
        },
        {
            "start": 1238341976,
            "stop": 1238342467
        },
        {
            "start": 1238342470,
            "stop": 1238343255
        },
        {
            "start": 1238343258,
            "stop": 1238343306
        },
        {
            "start": 1238343309,
            "stop": 1238343791
        },
        {
            "start": 1238343799,
            "stop": 1238344470
        },
        {
            "start": 1238350866,
            "stop": 1238351108
        },
        {
            "start": 1238351110,
            "stop": 1238351222
        },
        {
            "start": 1238351224,
            "stop": 1238351225
        },
        {
            "start": 1238351226,
            "stop": 1238351252
        },
        {
            "start": 1238351255,
            "stop": 1238351270
        }
    ]
}