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=5099
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=5100",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5098",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5099,
    "results": [
        {
            "start": 1136976733,
            "stop": 1136976755
        },
        {
            "start": 1136976757,
            "stop": 1136976767
        },
        {
            "start": 1136976768,
            "stop": 1136976776
        },
        {
            "start": 1136976778,
            "stop": 1136976792
        },
        {
            "start": 1136976793,
            "stop": 1136976818
        },
        {
            "start": 1136976822,
            "stop": 1136976838
        },
        {
            "start": 1136976840,
            "stop": 1136976843
        },
        {
            "start": 1136976844,
            "stop": 1136976854
        },
        {
            "start": 1136976855,
            "stop": 1136976857
        },
        {
            "start": 1136976858,
            "stop": 1136976861
        },
        {
            "start": 1136976863,
            "stop": 1136976885
        },
        {
            "start": 1136976887,
            "stop": 1136976911
        },
        {
            "start": 1136976913,
            "stop": 1136976930
        },
        {
            "start": 1136976932,
            "stop": 1136976937
        },
        {
            "start": 1136976938,
            "stop": 1136977003
        },
        {
            "start": 1136977006,
            "stop": 1136977007
        },
        {
            "start": 1136977009,
            "stop": 1136977024
        },
        {
            "start": 1136977026,
            "stop": 1136977030
        },
        {
            "start": 1136977033,
            "stop": 1136977049
        },
        {
            "start": 1136977051,
            "stop": 1136977056
        }
    ]
}