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=5182
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=5183",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5181",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5182,
    "results": [
        {
            "start": 1137024577,
            "stop": 1137024581
        },
        {
            "start": 1137024583,
            "stop": 1137024589
        },
        {
            "start": 1137024591,
            "stop": 1137024599
        },
        {
            "start": 1137024601,
            "stop": 1137024603
        },
        {
            "start": 1137024606,
            "stop": 1137024609
        },
        {
            "start": 1137024611,
            "stop": 1137024619
        },
        {
            "start": 1137024623,
            "stop": 1137024625
        },
        {
            "start": 1137024627,
            "stop": 1137024630
        },
        {
            "start": 1137024632,
            "stop": 1137024646
        },
        {
            "start": 1137024648,
            "stop": 1137024668
        },
        {
            "start": 1137024670,
            "stop": 1137024695
        },
        {
            "start": 1137024697,
            "stop": 1137024704
        },
        {
            "start": 1137024706,
            "stop": 1137024708
        },
        {
            "start": 1137024710,
            "stop": 1137024746
        },
        {
            "start": 1137024748,
            "stop": 1137024755
        },
        {
            "start": 1137024757,
            "stop": 1137024758
        },
        {
            "start": 1137024760,
            "stop": 1137024780
        },
        {
            "start": 1137024782,
            "stop": 1137024813
        },
        {
            "start": 1137024817,
            "stop": 1137024840
        },
        {
            "start": 1137024842,
            "stop": 1137024849
        }
    ]
}