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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=97",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 98,
    "results": [
        {
            "start": 931090168,
            "stop": 931090169
        },
        {
            "start": 931090173,
            "stop": 931090174
        },
        {
            "start": 931090175,
            "stop": 931090176
        },
        {
            "start": 931090177,
            "stop": 931090184
        },
        {
            "start": 931090187,
            "stop": 931090189
        },
        {
            "start": 931090190,
            "stop": 931090192
        },
        {
            "start": 931090194,
            "stop": 931090195
        },
        {
            "start": 931090198,
            "stop": 931090203
        },
        {
            "start": 931090205,
            "stop": 931090207
        },
        {
            "start": 931090210,
            "stop": 931090212
        },
        {
            "start": 931090214,
            "stop": 931090215
        },
        {
            "start": 931090217,
            "stop": 931090221
        },
        {
            "start": 931090226,
            "stop": 931090228
        },
        {
            "start": 931090232,
            "stop": 931090252
        },
        {
            "start": 931090254,
            "stop": 931090256
        },
        {
            "start": 931090257,
            "stop": 931090259
        },
        {
            "start": 931090263,
            "stop": 931090264
        },
        {
            "start": 931090268,
            "stop": 931090275
        },
        {
            "start": 931090276,
            "stop": 931090281
        },
        {
            "start": 931090284,
            "stop": 931090285
        }
    ]
}