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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 96,
    "results": [
        {
            "start": 1239104923,
            "stop": 1239106136
        },
        {
            "start": 1239106139,
            "stop": 1239106197
        },
        {
            "start": 1239106200,
            "stop": 1239106225
        },
        {
            "start": 1239106228,
            "stop": 1239106253
        },
        {
            "start": 1239106256,
            "stop": 1239106258
        },
        {
            "start": 1239106261,
            "stop": 1239106264
        },
        {
            "start": 1239106267,
            "stop": 1239106272
        },
        {
            "start": 1239106275,
            "stop": 1239106276
        },
        {
            "start": 1239106278,
            "stop": 1239106302
        },
        {
            "start": 1239127044,
            "stop": 1239127505
        },
        {
            "start": 1239127508,
            "stop": 1239128315
        },
        {
            "start": 1239128318,
            "stop": 1239128386
        },
        {
            "start": 1239128387,
            "stop": 1239130400
        },
        {
            "start": 1239130403,
            "stop": 1239130692
        },
        {
            "start": 1239130695,
            "stop": 1239130929
        },
        {
            "start": 1239130932,
            "stop": 1239131194
        },
        {
            "start": 1239131197,
            "stop": 1239131431
        },
        {
            "start": 1239131434,
            "stop": 1239131462
        },
        {
            "start": 1239131464,
            "stop": 1239132534
        },
        {
            "start": 1239132537,
            "stop": 1239132673
        }
    ]
}