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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 114,
    "results": [
        {
            "start": 1126627717,
            "stop": 1126627771
        },
        {
            "start": 1126627773,
            "stop": 1126627775
        },
        {
            "start": 1126627776,
            "stop": 1126627847
        },
        {
            "start": 1126627848,
            "stop": 1126627863
        },
        {
            "start": 1126627865,
            "stop": 1126627885
        },
        {
            "start": 1126627887,
            "stop": 1126628168
        },
        {
            "start": 1126628170,
            "stop": 1126628246
        },
        {
            "start": 1126628248,
            "stop": 1126628427
        },
        {
            "start": 1126628432,
            "stop": 1126628440
        },
        {
            "start": 1126628443,
            "stop": 1126628469
        },
        {
            "start": 1126628471,
            "stop": 1126628501
        },
        {
            "start": 1126628502,
            "stop": 1126628522
        },
        {
            "start": 1126628523,
            "stop": 1126628530
        },
        {
            "start": 1126628531,
            "stop": 1126628748
        },
        {
            "start": 1126628750,
            "stop": 1126628763
        },
        {
            "start": 1126628765,
            "stop": 1126628874
        },
        {
            "start": 1126628877,
            "stop": 1126628883
        },
        {
            "start": 1126628885,
            "stop": 1126628900
        },
        {
            "start": 1126628901,
            "stop": 1126629021
        },
        {
            "start": 1126629022,
            "stop": 1126629027
        }
    ]
}