Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5096
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5097",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5095",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5096,
    "results": [
        {
            "start": 1136975247,
            "stop": 1136975334
        },
        {
            "start": 1136975337,
            "stop": 1136975342
        },
        {
            "start": 1136975344,
            "stop": 1136975346
        },
        {
            "start": 1136975348,
            "stop": 1136975423
        },
        {
            "start": 1136975425,
            "stop": 1136975449
        },
        {
            "start": 1136975451,
            "stop": 1136975519
        },
        {
            "start": 1136975520,
            "stop": 1136975521
        },
        {
            "start": 1136975523,
            "stop": 1136975561
        },
        {
            "start": 1136975563,
            "stop": 1136975565
        },
        {
            "start": 1136975568,
            "stop": 1136975581
        },
        {
            "start": 1136975582,
            "stop": 1136975604
        },
        {
            "start": 1136975609,
            "stop": 1136975612
        },
        {
            "start": 1136975614,
            "stop": 1136975631
        },
        {
            "start": 1136975633,
            "stop": 1136975636
        },
        {
            "start": 1136975638,
            "stop": 1136975676
        },
        {
            "start": 1136975678,
            "stop": 1136975710
        },
        {
            "start": 1136975712,
            "stop": 1136975834
        },
        {
            "start": 1136975836,
            "stop": 1136975934
        },
        {
            "start": 1136975936,
            "stop": 1136975940
        },
        {
            "start": 1136975942,
            "stop": 1136975967
        }
    ]
}