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=242
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=243",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=241",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 242,
    "results": [
        {
            "start": 1126881832,
            "stop": 1126881834
        },
        {
            "start": 1126881835,
            "stop": 1126881852
        },
        {
            "start": 1126881853,
            "stop": 1126881857
        },
        {
            "start": 1126881978,
            "stop": 1126881981
        },
        {
            "start": 1126881982,
            "stop": 1126881987
        },
        {
            "start": 1126881988,
            "stop": 1126881991
        },
        {
            "start": 1126881993,
            "stop": 1126881999
        },
        {
            "start": 1126882002,
            "stop": 1126882005
        },
        {
            "start": 1126882006,
            "stop": 1126882014
        },
        {
            "start": 1126882020,
            "stop": 1126882021
        },
        {
            "start": 1126882023,
            "stop": 1126882042
        },
        {
            "start": 1126882045,
            "stop": 1126882097
        },
        {
            "start": 1126882217,
            "stop": 1126882223
        },
        {
            "start": 1126882226,
            "stop": 1126882227
        },
        {
            "start": 1126882228,
            "stop": 1126882255
        },
        {
            "start": 1126882257,
            "stop": 1126882261
        },
        {
            "start": 1126882264,
            "stop": 1126882266
        },
        {
            "start": 1126882274,
            "stop": 1126882275
        },
        {
            "start": 1126882276,
            "stop": 1126882277
        },
        {
            "start": 1126882877,
            "stop": 1126882878
        }
    ]
}