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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 238,
    "results": [
        {
            "start": 931540202,
            "stop": 931540206
        },
        {
            "start": 931540208,
            "stop": 931540215
        },
        {
            "start": 931540218,
            "stop": 931540220
        },
        {
            "start": 931540222,
            "stop": 931540233
        },
        {
            "start": 931540235,
            "stop": 931540237
        },
        {
            "start": 931540242,
            "stop": 931540267
        },
        {
            "start": 931540269,
            "stop": 931540273
        },
        {
            "start": 931540274,
            "stop": 931540287
        },
        {
            "start": 931540291,
            "stop": 931540292
        },
        {
            "start": 931540294,
            "stop": 931540305
        },
        {
            "start": 931540306,
            "stop": 931540309
        },
        {
            "start": 931540311,
            "stop": 931540320
        },
        {
            "start": 931540322,
            "stop": 931540323
        },
        {
            "start": 931540325,
            "stop": 931540340
        },
        {
            "start": 931540342,
            "stop": 931540344
        },
        {
            "start": 931540346,
            "stop": 931540363
        },
        {
            "start": 931540365,
            "stop": 931540368
        },
        {
            "start": 931540375,
            "stop": 931540379
        },
        {
            "start": 931540381,
            "stop": 931540383
        },
        {
            "start": 931540389,
            "stop": 931540391
        }
    ]
}