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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=242",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 243,
    "results": [
        {
            "start": 1126882879,
            "stop": 1126882880
        },
        {
            "start": 1126882884,
            "stop": 1126882887
        },
        {
            "start": 1126882889,
            "stop": 1126882890
        },
        {
            "start": 1126882891,
            "stop": 1126882914
        },
        {
            "start": 1126882915,
            "stop": 1126882933
        },
        {
            "start": 1126882936,
            "stop": 1126882960
        },
        {
            "start": 1126882962,
            "stop": 1126882964
        },
        {
            "start": 1126882965,
            "stop": 1126882995
        },
        {
            "start": 1126883001,
            "stop": 1126883007
        },
        {
            "start": 1126883013,
            "stop": 1126883016
        },
        {
            "start": 1126883017,
            "stop": 1126883053
        },
        {
            "start": 1126883055,
            "stop": 1126883057
        },
        {
            "start": 1126883597,
            "stop": 1126883619
        },
        {
            "start": 1126883621,
            "stop": 1126883670
        },
        {
            "start": 1126883671,
            "stop": 1126883684
        },
        {
            "start": 1126883685,
            "stop": 1126883686
        },
        {
            "start": 1126883688,
            "stop": 1126883702
        },
        {
            "start": 1126883703,
            "stop": 1126883705
        },
        {
            "start": 1126883707,
            "stop": 1126883717
        },
        {
            "start": 1126883777,
            "stop": 1126883780
        }
    ]
}