Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=56
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=55",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 56,
    "results": [
        {
            "start": 816192756,
            "stop": 816192804
        },
        {
            "start": 816192808,
            "stop": 816192855
        },
        {
            "start": 816192858,
            "stop": 816192860
        },
        {
            "start": 816192865,
            "stop": 816192868
        },
        {
            "start": 816192871,
            "stop": 816192965
        },
        {
            "start": 816192968,
            "stop": 816193036
        },
        {
            "start": 816193039,
            "stop": 816193078
        },
        {
            "start": 816193081,
            "stop": 816193243
        },
        {
            "start": 816193246,
            "stop": 816193275
        },
        {
            "start": 816193278,
            "stop": 816193328
        },
        {
            "start": 816193331,
            "stop": 816193483
        },
        {
            "start": 816193486,
            "stop": 816193767
        },
        {
            "start": 816193771,
            "stop": 816193795
        },
        {
            "start": 816193822,
            "stop": 816194027
        },
        {
            "start": 816194030,
            "stop": 816194173
        },
        {
            "start": 816194176,
            "stop": 816194233
        },
        {
            "start": 816194236,
            "stop": 816194291
        },
        {
            "start": 816194294,
            "stop": 816194338
        },
        {
            "start": 816194341,
            "stop": 816194511
        },
        {
            "start": 816194514,
            "stop": 816194783
        }
    ]
}