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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=9",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 10,
    "results": [
        {
            "start": 931054079,
            "stop": 931054086
        },
        {
            "start": 931054087,
            "stop": 931054088
        },
        {
            "start": 931054090,
            "stop": 931054093
        },
        {
            "start": 931054095,
            "stop": 931054098
        },
        {
            "start": 931054101,
            "stop": 931054103
        },
        {
            "start": 931054104,
            "stop": 931054105
        },
        {
            "start": 931054106,
            "stop": 931054107
        },
        {
            "start": 931054108,
            "stop": 931054109
        },
        {
            "start": 931054111,
            "stop": 931054114
        },
        {
            "start": 931054115,
            "stop": 931054122
        },
        {
            "start": 931054125,
            "stop": 931054127
        },
        {
            "start": 931054133,
            "stop": 931054134
        },
        {
            "start": 931054135,
            "stop": 931054137
        },
        {
            "start": 931054140,
            "stop": 931054141
        },
        {
            "start": 931054142,
            "stop": 931054151
        },
        {
            "start": 931054152,
            "stop": 931054156
        },
        {
            "start": 931054160,
            "stop": 931054163
        },
        {
            "start": 931054169,
            "stop": 931054170
        },
        {
            "start": 931054172,
            "stop": 931054173
        },
        {
            "start": 931054175,
            "stop": 931054177
        }
    ]
}