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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=355",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 356,
    "results": [
        {
            "start": 1265066758,
            "stop": 1265067559
        },
        {
            "start": 1265067560,
            "stop": 1265067583
        },
        {
            "start": 1265067584,
            "stop": 1265067586
        },
        {
            "start": 1265067587,
            "stop": 1265067681
        },
        {
            "start": 1265067682,
            "stop": 1265067694
        },
        {
            "start": 1265067695,
            "stop": 1265067701
        },
        {
            "start": 1265067702,
            "stop": 1265068226
        },
        {
            "start": 1265068228,
            "stop": 1265068285
        },
        {
            "start": 1265068286,
            "stop": 1265068296
        },
        {
            "start": 1265068297,
            "stop": 1265068598
        },
        {
            "start": 1265068599,
            "stop": 1265068712
        },
        {
            "start": 1265068713,
            "stop": 1265068715
        },
        {
            "start": 1265068716,
            "stop": 1265068723
        },
        {
            "start": 1265068724,
            "stop": 1265068841
        },
        {
            "start": 1265068842,
            "stop": 1265068853
        },
        {
            "start": 1265068854,
            "stop": 1265068856
        },
        {
            "start": 1265068857,
            "stop": 1265069000
        },
        {
            "start": 1265069002,
            "stop": 1265069009
        },
        {
            "start": 1265069011,
            "stop": 1265069048
        },
        {
            "start": 1265069049,
            "stop": 1265069051
        }
    ]
}