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=5188
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=5189",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5187",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5188,
    "results": [
        {
            "start": 1137025845,
            "stop": 1137025850
        },
        {
            "start": 1137025852,
            "stop": 1137025861
        },
        {
            "start": 1137025863,
            "stop": 1137025867
        },
        {
            "start": 1137025873,
            "stop": 1137025876
        },
        {
            "start": 1137025878,
            "stop": 1137025895
        },
        {
            "start": 1137025897,
            "stop": 1137025899
        },
        {
            "start": 1137025901,
            "stop": 1137025911
        },
        {
            "start": 1137025915,
            "stop": 1137025925
        },
        {
            "start": 1137025927,
            "stop": 1137025936
        },
        {
            "start": 1137025937,
            "stop": 1137025944
        },
        {
            "start": 1137025945,
            "stop": 1137025947
        },
        {
            "start": 1137025949,
            "stop": 1137025953
        },
        {
            "start": 1137025956,
            "stop": 1137025968
        },
        {
            "start": 1137025970,
            "stop": 1137025975
        },
        {
            "start": 1137025977,
            "stop": 1137025985
        },
        {
            "start": 1137025988,
            "stop": 1137025995
        },
        {
            "start": 1137025997,
            "stop": 1137026006
        },
        {
            "start": 1137026009,
            "stop": 1137026015
        },
        {
            "start": 1137026017,
            "stop": 1137026025
        },
        {
            "start": 1137026027,
            "stop": 1137026030
        }
    ]
}