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=33144
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=33145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33143",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33144,
    "results": [
        {
            "start": 970599128,
            "stop": 970599147
        },
        {
            "start": 970599149,
            "stop": 970599152
        },
        {
            "start": 970599153,
            "stop": 970599154
        },
        {
            "start": 970599155,
            "stop": 970599179
        },
        {
            "start": 970599181,
            "stop": 970599187
        },
        {
            "start": 970599188,
            "stop": 970599203
        },
        {
            "start": 970599205,
            "stop": 970599208
        },
        {
            "start": 970599210,
            "stop": 970599230
        },
        {
            "start": 970599231,
            "stop": 970599253
        },
        {
            "start": 970599255,
            "stop": 970599259
        },
        {
            "start": 970599261,
            "stop": 970599276
        },
        {
            "start": 970599278,
            "stop": 970599285
        },
        {
            "start": 970599286,
            "stop": 970599306
        },
        {
            "start": 970599309,
            "stop": 970599314
        },
        {
            "start": 970599315,
            "stop": 970599317
        },
        {
            "start": 970599319,
            "stop": 970599322
        },
        {
            "start": 970599323,
            "stop": 970599341
        },
        {
            "start": 970599343,
            "stop": 970599352
        },
        {
            "start": 970599355,
            "stop": 970599365
        },
        {
            "start": 970599368,
            "stop": 970599401
        }
    ]
}