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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 32,
    "results": [
        {
            "start": 1169290831,
            "stop": 1169291420
        },
        {
            "start": 1169293904,
            "stop": 1169293935
        },
        {
            "start": 1169293939,
            "stop": 1169300624
        },
        {
            "start": 1169300627,
            "stop": 1169304736
        },
        {
            "start": 1169304740,
            "stop": 1169308742
        },
        {
            "start": 1169308746,
            "stop": 1169308839
        },
        {
            "start": 1169335722,
            "stop": 1169337525
        },
        {
            "start": 1169337529,
            "stop": 1169340918
        },
        {
            "start": 1169340968,
            "stop": 1169341684
        },
        {
            "start": 1169344953,
            "stop": 1169346640
        },
        {
            "start": 1169346644,
            "stop": 1169357540
        },
        {
            "start": 1169357543,
            "stop": 1169357578
        },
        {
            "start": 1169361477,
            "stop": 1169366573
        },
        {
            "start": 1169366577,
            "stop": 1169379713
        },
        {
            "start": 1169379717,
            "stop": 1169383645
        },
        {
            "start": 1169383649,
            "stop": 1169389517
        },
        {
            "start": 1169389520,
            "stop": 1169389524
        },
        {
            "start": 1169389527,
            "stop": 1169391033
        },
        {
            "start": 1169391037,
            "stop": 1169392613
        },
        {
            "start": 1169392617,
            "stop": 1169392933
        }
    ]
}