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=5155
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=5156",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5154",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5155,
    "results": [
        {
            "start": 1136996763,
            "stop": 1136996770
        },
        {
            "start": 1136996772,
            "stop": 1136996795
        },
        {
            "start": 1136996797,
            "stop": 1136996809
        },
        {
            "start": 1136996811,
            "stop": 1136996818
        },
        {
            "start": 1136996820,
            "stop": 1136996830
        },
        {
            "start": 1136996832,
            "stop": 1136996841
        },
        {
            "start": 1136996843,
            "stop": 1136996852
        },
        {
            "start": 1136996854,
            "stop": 1136996863
        },
        {
            "start": 1136996865,
            "stop": 1136996941
        },
        {
            "start": 1136996943,
            "stop": 1136996949
        },
        {
            "start": 1136996951,
            "stop": 1136996961
        },
        {
            "start": 1136996963,
            "stop": 1136996970
        },
        {
            "start": 1136996974,
            "stop": 1136996981
        },
        {
            "start": 1136996983,
            "stop": 1136996993
        },
        {
            "start": 1136996995,
            "stop": 1136997005
        },
        {
            "start": 1136997007,
            "stop": 1136997015
        },
        {
            "start": 1136997017,
            "stop": 1136997019
        },
        {
            "start": 1136997021,
            "stop": 1136997027
        },
        {
            "start": 1136997029,
            "stop": 1136997038
        },
        {
            "start": 1136997040,
            "stop": 1136997050
        }
    ]
}