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_CAT2/segments?format=api&page=162
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=161",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 162,
    "results": [
        {
            "start": 1264349704,
            "stop": 1264349722
        },
        {
            "start": 1264349723,
            "stop": 1264349725
        },
        {
            "start": 1264349726,
            "stop": 1264349728
        },
        {
            "start": 1264349731,
            "stop": 1264349735
        },
        {
            "start": 1264349738,
            "stop": 1264349739
        },
        {
            "start": 1264349740,
            "stop": 1264349741
        },
        {
            "start": 1264349745,
            "stop": 1264349756
        },
        {
            "start": 1264349758,
            "stop": 1264349759
        },
        {
            "start": 1264349761,
            "stop": 1264349762
        },
        {
            "start": 1264349763,
            "stop": 1264349768
        },
        {
            "start": 1264349771,
            "stop": 1264349797
        },
        {
            "start": 1264349798,
            "stop": 1264350064
        },
        {
            "start": 1264350066,
            "stop": 1264350073
        },
        {
            "start": 1264350075,
            "stop": 1264350086
        },
        {
            "start": 1264350087,
            "stop": 1264350446
        },
        {
            "start": 1264350447,
            "stop": 1264351110
        },
        {
            "start": 1264351113,
            "stop": 1264351135
        },
        {
            "start": 1264351136,
            "stop": 1264351141
        },
        {
            "start": 1264351142,
            "stop": 1264351143
        },
        {
            "start": 1264351144,
            "stop": 1264351150
        }
    ]
}