Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=108
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=107",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 108,
    "results": [
        {
            "start": 1239844993,
            "stop": 1239845112
        },
        {
            "start": 1239845113,
            "stop": 1239845232
        },
        {
            "start": 1239845233,
            "stop": 1239845352
        },
        {
            "start": 1239845353,
            "stop": 1239845472
        },
        {
            "start": 1239845473,
            "stop": 1239845592
        },
        {
            "start": 1239845593,
            "stop": 1239845712
        },
        {
            "start": 1239845713,
            "stop": 1239845832
        },
        {
            "start": 1239845833,
            "stop": 1239845952
        },
        {
            "start": 1239845953,
            "stop": 1239846072
        },
        {
            "start": 1239846073,
            "stop": 1239846172
        },
        {
            "start": 1239846173,
            "stop": 1239846312
        },
        {
            "start": 1239846313,
            "stop": 1239846432
        },
        {
            "start": 1239846433,
            "stop": 1239846552
        },
        {
            "start": 1239846553,
            "stop": 1239846672
        },
        {
            "start": 1239846673,
            "stop": 1239846792
        },
        {
            "start": 1239846793,
            "stop": 1239846912
        },
        {
            "start": 1239846913,
            "stop": 1239847032
        },
        {
            "start": 1239847033,
            "stop": 1239847152
        },
        {
            "start": 1239847153,
            "stop": 1239847272
        },
        {
            "start": 1239847273,
            "stop": 1239847392
        }
    ]
}