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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=166",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 167,
    "results": [
        {
            "start": 1261136577,
            "stop": 1261139260
        },
        {
            "start": 1261139262,
            "stop": 1261139463
        },
        {
            "start": 1261142925,
            "stop": 1261144433
        },
        {
            "start": 1261144438,
            "stop": 1261144597
        },
        {
            "start": 1261144600,
            "stop": 1261146945
        },
        {
            "start": 1261146948,
            "stop": 1261146981
        },
        {
            "start": 1261146985,
            "stop": 1261149583
        },
        {
            "start": 1261149585,
            "stop": 1261151541
        },
        {
            "start": 1261151546,
            "stop": 1261151620
        },
        {
            "start": 1261151625,
            "stop": 1261151687
        },
        {
            "start": 1261151688,
            "stop": 1261151762
        },
        {
            "start": 1261151767,
            "stop": 1261151778
        },
        {
            "start": 1261151783,
            "stop": 1261151801
        },
        {
            "start": 1261151806,
            "stop": 1261151873
        },
        {
            "start": 1261151878,
            "stop": 1261151896
        },
        {
            "start": 1261151901,
            "stop": 1261151914
        },
        {
            "start": 1261151919,
            "stop": 1261151932
        },
        {
            "start": 1261151937,
            "stop": 1261151944
        },
        {
            "start": 1261151949,
            "stop": 1261151957
        },
        {
            "start": 1261151962,
            "stop": 1261151965
        }
    ]
}