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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=92",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 93,
    "results": [
        {
            "start": 931089268,
            "stop": 931089273
        },
        {
            "start": 931089274,
            "stop": 931089275
        },
        {
            "start": 931089276,
            "stop": 931089277
        },
        {
            "start": 931089278,
            "stop": 931089282
        },
        {
            "start": 931089287,
            "stop": 931089288
        },
        {
            "start": 931089291,
            "stop": 931089295
        },
        {
            "start": 931089296,
            "stop": 931089298
        },
        {
            "start": 931089299,
            "stop": 931089304
        },
        {
            "start": 931089306,
            "stop": 931089307
        },
        {
            "start": 931089308,
            "stop": 931089314
        },
        {
            "start": 931089315,
            "stop": 931089320
        },
        {
            "start": 931089323,
            "stop": 931089332
        },
        {
            "start": 931089334,
            "stop": 931089339
        },
        {
            "start": 931089344,
            "stop": 931089346
        },
        {
            "start": 931089349,
            "stop": 931089350
        },
        {
            "start": 931089351,
            "stop": 931089355
        },
        {
            "start": 931089358,
            "stop": 931089365
        },
        {
            "start": 931089371,
            "stop": 931089374
        },
        {
            "start": 931089375,
            "stop": 931089377
        },
        {
            "start": 931089378,
            "stop": 931089385
        }
    ]
}