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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=231",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 232,
    "results": [
        {
            "start": 1264396647,
            "stop": 1264396696
        },
        {
            "start": 1264396697,
            "stop": 1264396698
        },
        {
            "start": 1264396699,
            "stop": 1264396710
        },
        {
            "start": 1264396714,
            "stop": 1264396737
        },
        {
            "start": 1264396738,
            "stop": 1264396739
        },
        {
            "start": 1264396740,
            "stop": 1264396745
        },
        {
            "start": 1264396747,
            "stop": 1264396762
        },
        {
            "start": 1264396764,
            "stop": 1264396825
        },
        {
            "start": 1264396826,
            "stop": 1264396827
        },
        {
            "start": 1264396829,
            "stop": 1264396835
        },
        {
            "start": 1264396836,
            "stop": 1264396840
        },
        {
            "start": 1264396841,
            "stop": 1264396843
        },
        {
            "start": 1264396845,
            "stop": 1264396846
        },
        {
            "start": 1264396849,
            "stop": 1264396906
        },
        {
            "start": 1264396908,
            "stop": 1264396920
        },
        {
            "start": 1264396922,
            "stop": 1264396923
        },
        {
            "start": 1264396924,
            "stop": 1264396928
        },
        {
            "start": 1264396930,
            "stop": 1264396957
        },
        {
            "start": 1264396958,
            "stop": 1264396959
        },
        {
            "start": 1264396960,
            "stop": 1264396965
        }
    ]
}