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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=243",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 244,
    "results": [
        {
            "start": 1126883790,
            "stop": 1126883797
        },
        {
            "start": 1126883799,
            "stop": 1126883893
        },
        {
            "start": 1126883897,
            "stop": 1126883898
        },
        {
            "start": 1126883902,
            "stop": 1126883920
        },
        {
            "start": 1126883921,
            "stop": 1126883949
        },
        {
            "start": 1126883951,
            "stop": 1126883952
        },
        {
            "start": 1126883960,
            "stop": 1126883961
        },
        {
            "start": 1126883962,
            "stop": 1126883985
        },
        {
            "start": 1126883998,
            "stop": 1126883999
        },
        {
            "start": 1126884001,
            "stop": 1126884019
        },
        {
            "start": 1126884020,
            "stop": 1126884055
        },
        {
            "start": 1126884057,
            "stop": 1126884083
        },
        {
            "start": 1126884087,
            "stop": 1126884107
        },
        {
            "start": 1126884109,
            "stop": 1126884110
        },
        {
            "start": 1126884111,
            "stop": 1126884112
        },
        {
            "start": 1126884115,
            "stop": 1126884119
        },
        {
            "start": 1126884121,
            "stop": 1126884122
        },
        {
            "start": 1126884128,
            "stop": 1126884132
        },
        {
            "start": 1126884134,
            "stop": 1126884137
        },
        {
            "start": 1126884257,
            "stop": 1126884259
        }
    ]
}