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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1689",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1687",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1688,
    "results": [
        {
            "start": 1248937951,
            "stop": 1248939052
        },
        {
            "start": 1248939060,
            "stop": 1248940415
        },
        {
            "start": 1248940418,
            "stop": 1248940652
        },
        {
            "start": 1248940655,
            "stop": 1248941141
        },
        {
            "start": 1248941144,
            "stop": 1248941789
        },
        {
            "start": 1248941792,
            "stop": 1248942455
        },
        {
            "start": 1248942458,
            "stop": 1248942786
        },
        {
            "start": 1248942789,
            "stop": 1248942830
        },
        {
            "start": 1248942833,
            "stop": 1248943029
        },
        {
            "start": 1248943032,
            "stop": 1248943523
        },
        {
            "start": 1248943526,
            "stop": 1248943647
        },
        {
            "start": 1248943650,
            "stop": 1248944533
        },
        {
            "start": 1248944536,
            "stop": 1248945194
        },
        {
            "start": 1248945203,
            "stop": 1248945516
        },
        {
            "start": 1248945519,
            "stop": 1248945613
        },
        {
            "start": 1248945615,
            "stop": 1248946443
        },
        {
            "start": 1248946446,
            "stop": 1248947048
        },
        {
            "start": 1248947051,
            "stop": 1248947308
        },
        {
            "start": 1248947309,
            "stop": 1248947771
        },
        {
            "start": 1248947774,
            "stop": 1248947930
        }
    ]
}