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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=133",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 134,
    "results": [
        {
            "start": 1415285937,
            "stop": 1415288622
        },
        {
            "start": 1415288625,
            "stop": 1415289260
        },
        {
            "start": 1415308944,
            "stop": 1415310755
        },
        {
            "start": 1415310758,
            "stop": 1415311075
        },
        {
            "start": 1415311076,
            "stop": 1415311234
        },
        {
            "start": 1415311238,
            "stop": 1415312472
        },
        {
            "start": 1415312609,
            "stop": 1415313602
        },
        {
            "start": 1415313606,
            "stop": 1415316086
        },
        {
            "start": 1415319534,
            "stop": 1415323167
        },
        {
            "start": 1415323170,
            "stop": 1415323190
        },
        {
            "start": 1415323327,
            "stop": 1415344544
        },
        {
            "start": 1415344549,
            "stop": 1415355923
        },
        {
            "start": 1415355928,
            "stop": 1415365253
        },
        {
            "start": 1415365254,
            "stop": 1415369231
        },
        {
            "start": 1415369234,
            "stop": 1415371215
        },
        {
            "start": 1415371216,
            "stop": 1415377448
        },
        {
            "start": 1415377452,
            "stop": 1415377839
        },
        {
            "start": 1415379462,
            "stop": 1415379971
        },
        {
            "start": 1415380001,
            "stop": 1415380079
        },
        {
            "start": 1415380083,
            "stop": 1415383661
        }
    ]
}