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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7277",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7278,
    "results": [
        {
            "start": 874996643,
            "stop": 874996910
        },
        {
            "start": 874996911,
            "stop": 874997046
        },
        {
            "start": 874997048,
            "stop": 874997392
        },
        {
            "start": 874997394,
            "stop": 874997429
        },
        {
            "start": 874997430,
            "stop": 874997846
        },
        {
            "start": 874997848,
            "stop": 874998120
        },
        {
            "start": 874998121,
            "stop": 874998253
        },
        {
            "start": 874998254,
            "stop": 874998836
        },
        {
            "start": 874998837,
            "stop": 874998875
        },
        {
            "start": 874998876,
            "stop": 874999250
        },
        {
            "start": 874999251,
            "stop": 874999287
        },
        {
            "start": 874999289,
            "stop": 874999695
        },
        {
            "start": 874999696,
            "stop": 874999853
        },
        {
            "start": 874999854,
            "stop": 875000022
        },
        {
            "start": 875000023,
            "stop": 875000458
        },
        {
            "start": 875000460,
            "stop": 875000712
        },
        {
            "start": 875000713,
            "stop": 875000779
        },
        {
            "start": 875000781,
            "stop": 875001330
        },
        {
            "start": 875001331,
            "stop": 875001492
        },
        {
            "start": 875001493,
            "stop": 875001993
        }
    ]
}