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=33328
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=33329",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33327",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33328,
    "results": [
        {
            "start": 971045144,
            "stop": 971045174
        },
        {
            "start": 971045176,
            "stop": 971045180
        },
        {
            "start": 971045181,
            "stop": 971045182
        },
        {
            "start": 971045183,
            "stop": 971045199
        },
        {
            "start": 971045200,
            "stop": 971045201
        },
        {
            "start": 971045202,
            "stop": 971045203
        },
        {
            "start": 971045208,
            "stop": 971045213
        },
        {
            "start": 971045216,
            "stop": 971045246
        },
        {
            "start": 971045248,
            "stop": 971045269
        },
        {
            "start": 971045271,
            "stop": 971045297
        },
        {
            "start": 971045300,
            "stop": 971045305
        },
        {
            "start": 971045308,
            "stop": 971045311
        },
        {
            "start": 971045312,
            "stop": 971045320
        },
        {
            "start": 971045321,
            "stop": 971045332
        },
        {
            "start": 971045333,
            "stop": 971045334
        },
        {
            "start": 971045335,
            "stop": 971045341
        },
        {
            "start": 971045344,
            "stop": 971045345
        },
        {
            "start": 971045346,
            "stop": 971045365
        },
        {
            "start": 971045370,
            "stop": 971045372
        },
        {
            "start": 971045375,
            "stop": 971045386
        }
    ]
}