Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=263",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 264,
    "results": [
        {
            "start": 931166236,
            "stop": 931166239
        },
        {
            "start": 931166240,
            "stop": 931166243
        },
        {
            "start": 931166245,
            "stop": 931166246
        },
        {
            "start": 931166247,
            "stop": 931166248
        },
        {
            "start": 931166249,
            "stop": 931166253
        },
        {
            "start": 931166255,
            "stop": 931166256
        },
        {
            "start": 931166257,
            "stop": 931166265
        },
        {
            "start": 931166267,
            "stop": 931166268
        },
        {
            "start": 931166269,
            "stop": 931166278
        },
        {
            "start": 931166279,
            "stop": 931166281
        },
        {
            "start": 931166282,
            "stop": 931166285
        },
        {
            "start": 931166288,
            "stop": 931166290
        },
        {
            "start": 931166291,
            "stop": 931166294
        },
        {
            "start": 931166297,
            "stop": 931166298
        },
        {
            "start": 931166300,
            "stop": 931166305
        },
        {
            "start": 931166307,
            "stop": 931166309
        },
        {
            "start": 931166310,
            "stop": 931166313
        },
        {
            "start": 931166314,
            "stop": 931166316
        },
        {
            "start": 931166318,
            "stop": 931166323
        },
        {
            "start": 931166324,
            "stop": 931166325
        }
    ]
}