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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 99,
    "results": [
        {
            "start": 1126571790,
            "stop": 1126571794
        },
        {
            "start": 1126571796,
            "stop": 1126571798
        },
        {
            "start": 1126571801,
            "stop": 1126571802
        },
        {
            "start": 1126571804,
            "stop": 1126571845
        },
        {
            "start": 1126571846,
            "stop": 1126571881
        },
        {
            "start": 1126571882,
            "stop": 1126571995
        },
        {
            "start": 1126571999,
            "stop": 1126574521
        },
        {
            "start": 1126574523,
            "stop": 1126575197
        },
        {
            "start": 1126575257,
            "stop": 1126578251
        },
        {
            "start": 1126578253,
            "stop": 1126578327
        },
        {
            "start": 1126578329,
            "stop": 1126578465
        },
        {
            "start": 1126578466,
            "stop": 1126578541
        },
        {
            "start": 1126578542,
            "stop": 1126578659
        },
        {
            "start": 1126578661,
            "stop": 1126579022
        },
        {
            "start": 1126579023,
            "stop": 1126580027
        },
        {
            "start": 1126580028,
            "stop": 1126580171
        },
        {
            "start": 1126580173,
            "stop": 1126580318
        },
        {
            "start": 1126580320,
            "stop": 1126580372
        },
        {
            "start": 1126580373,
            "stop": 1126580375
        },
        {
            "start": 1126580377,
            "stop": 1126580479
        }
    ]
}