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/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=184",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 185,
    "results": [
        {
            "start": 1421345715,
            "stop": 1421350920
        },
        {
            "start": 1421350923,
            "stop": 1421354082
        },
        {
            "start": 1421354085,
            "stop": 1421357198
        },
        {
            "start": 1421357203,
            "stop": 1421358467
        },
        {
            "start": 1421358472,
            "stop": 1421358933
        },
        {
            "start": 1421358938,
            "stop": 1421362556
        },
        {
            "start": 1421362559,
            "stop": 1421365838
        },
        {
            "start": 1421365842,
            "stop": 1421366717
        },
        {
            "start": 1421366721,
            "stop": 1421372898
        },
        {
            "start": 1421372901,
            "stop": 1421376589
        },
        {
            "start": 1421376594,
            "stop": 1421379654
        },
        {
            "start": 1421379659,
            "stop": 1421380508
        },
        {
            "start": 1421380513,
            "stop": 1421383070
        },
        {
            "start": 1421389625,
            "stop": 1421391821
        },
        {
            "start": 1421392325,
            "stop": 1421392364
        },
        {
            "start": 1421392962,
            "stop": 1421392965
        },
        {
            "start": 1421394839,
            "stop": 1421394840
        },
        {
            "start": 1421416730,
            "stop": 1421418337
        },
        {
            "start": 1421418342,
            "stop": 1421424377
        },
        {
            "start": 1421424382,
            "stop": 1421429262
        }
    ]
}