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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=226",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 227,
    "results": [
        {
            "start": 1126874860,
            "stop": 1126874861
        },
        {
            "start": 1126874862,
            "stop": 1126874863
        },
        {
            "start": 1126874868,
            "stop": 1126874874
        },
        {
            "start": 1126874875,
            "stop": 1126874879
        },
        {
            "start": 1126874880,
            "stop": 1126874881
        },
        {
            "start": 1126874882,
            "stop": 1126874883
        },
        {
            "start": 1126874884,
            "stop": 1126874886
        },
        {
            "start": 1126874887,
            "stop": 1126874891
        },
        {
            "start": 1126874957,
            "stop": 1126874962
        },
        {
            "start": 1126874966,
            "stop": 1126874968
        },
        {
            "start": 1126874972,
            "stop": 1126874981
        },
        {
            "start": 1126874982,
            "stop": 1126874986
        },
        {
            "start": 1126874987,
            "stop": 1126875001
        },
        {
            "start": 1126875004,
            "stop": 1126875013
        },
        {
            "start": 1126875014,
            "stop": 1126875017
        },
        {
            "start": 1126875018,
            "stop": 1126875021
        },
        {
            "start": 1126875022,
            "stop": 1126875028
        },
        {
            "start": 1126875030,
            "stop": 1126875046
        },
        {
            "start": 1126875048,
            "stop": 1126875056
        },
        {
            "start": 1126875058,
            "stop": 1126875093
        }
    ]
}