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=5154
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=5155",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5153",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5154,
    "results": [
        {
            "start": 1136996511,
            "stop": 1136996531
        },
        {
            "start": 1136996534,
            "stop": 1136996538
        },
        {
            "start": 1136996542,
            "stop": 1136996551
        },
        {
            "start": 1136996552,
            "stop": 1136996563
        },
        {
            "start": 1136996565,
            "stop": 1136996575
        },
        {
            "start": 1136996578,
            "stop": 1136996587
        },
        {
            "start": 1136996590,
            "stop": 1136996599
        },
        {
            "start": 1136996601,
            "stop": 1136996650
        },
        {
            "start": 1136996652,
            "stop": 1136996662
        },
        {
            "start": 1136996663,
            "stop": 1136996673
        },
        {
            "start": 1136996675,
            "stop": 1136996683
        },
        {
            "start": 1136996684,
            "stop": 1136996693
        },
        {
            "start": 1136996695,
            "stop": 1136996697
        },
        {
            "start": 1136996699,
            "stop": 1136996705
        },
        {
            "start": 1136996707,
            "stop": 1136996709
        },
        {
            "start": 1136996710,
            "stop": 1136996716
        },
        {
            "start": 1136996718,
            "stop": 1136996726
        },
        {
            "start": 1136996728,
            "stop": 1136996739
        },
        {
            "start": 1136996741,
            "stop": 1136996749
        },
        {
            "start": 1136996751,
            "stop": 1136996761
        }
    ]
}