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/O3b/timelines/L1_CBC_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/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=237",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 238,
    "results": [
        {
            "start": 1264399663,
            "stop": 1264399671
        },
        {
            "start": 1264399672,
            "stop": 1264399677
        },
        {
            "start": 1264399680,
            "stop": 1264399698
        },
        {
            "start": 1264399699,
            "stop": 1264399707
        },
        {
            "start": 1264399708,
            "stop": 1264399715
        },
        {
            "start": 1264399717,
            "stop": 1264399769
        },
        {
            "start": 1264399771,
            "stop": 1264399814
        },
        {
            "start": 1264399815,
            "stop": 1264399822
        },
        {
            "start": 1264399824,
            "stop": 1264399828
        },
        {
            "start": 1264399830,
            "stop": 1264399831
        },
        {
            "start": 1264399832,
            "stop": 1264399840
        },
        {
            "start": 1264399841,
            "stop": 1264399847
        },
        {
            "start": 1264399849,
            "stop": 1264399884
        },
        {
            "start": 1264399887,
            "stop": 1264400066
        },
        {
            "start": 1264400069,
            "stop": 1264400190
        },
        {
            "start": 1264400194,
            "stop": 1264400199
        },
        {
            "start": 1264400202,
            "stop": 1264400435
        },
        {
            "start": 1264400437,
            "stop": 1264400503
        },
        {
            "start": 1264400506,
            "stop": 1264400555
        },
        {
            "start": 1264400556,
            "stop": 1264400570
        }
    ]
}