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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=247",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 248,
    "results": [
        {
            "start": 1264406564,
            "stop": 1264406569
        },
        {
            "start": 1264406571,
            "stop": 1264406584
        },
        {
            "start": 1264406587,
            "stop": 1264406667
        },
        {
            "start": 1264406669,
            "stop": 1264406723
        },
        {
            "start": 1264406726,
            "stop": 1264406743
        },
        {
            "start": 1264406745,
            "stop": 1264406751
        },
        {
            "start": 1264406753,
            "stop": 1264406794
        },
        {
            "start": 1264406796,
            "stop": 1264406810
        },
        {
            "start": 1264406813,
            "stop": 1264406818
        },
        {
            "start": 1264406821,
            "stop": 1264406975
        },
        {
            "start": 1264406977,
            "stop": 1264406982
        },
        {
            "start": 1264406984,
            "stop": 1264406997
        },
        {
            "start": 1264407000,
            "stop": 1264407005
        },
        {
            "start": 1264407007,
            "stop": 1264407180
        },
        {
            "start": 1264407182,
            "stop": 1264407245
        },
        {
            "start": 1264407246,
            "stop": 1264407247
        },
        {
            "start": 1264407248,
            "stop": 1264407252
        },
        {
            "start": 1264407253,
            "stop": 1264407254
        },
        {
            "start": 1264407255,
            "stop": 1264407276
        },
        {
            "start": 1264407279,
            "stop": 1264407286
        }
    ]
}