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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=263",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 264,
    "results": [
        {
            "start": 1262700387,
            "stop": 1262700550
        },
        {
            "start": 1262700553,
            "stop": 1262700560
        },
        {
            "start": 1262700565,
            "stop": 1262700575
        },
        {
            "start": 1262700579,
            "stop": 1262700593
        },
        {
            "start": 1262700597,
            "stop": 1262700651
        },
        {
            "start": 1262700653,
            "stop": 1262700665
        },
        {
            "start": 1262700668,
            "stop": 1262700685
        },
        {
            "start": 1262700687,
            "stop": 1262700692
        },
        {
            "start": 1262700694,
            "stop": 1262700706
        },
        {
            "start": 1262700709,
            "stop": 1262700859
        },
        {
            "start": 1262700862,
            "stop": 1262700867
        },
        {
            "start": 1262700870,
            "stop": 1262700894
        },
        {
            "start": 1262700895,
            "stop": 1262700896
        },
        {
            "start": 1262700898,
            "stop": 1262700901
        },
        {
            "start": 1262700910,
            "stop": 1262700916
        },
        {
            "start": 1262700919,
            "stop": 1262700932
        },
        {
            "start": 1262700935,
            "stop": 1262700970
        },
        {
            "start": 1262700971,
            "stop": 1262700972
        },
        {
            "start": 1262700974,
            "stop": 1262700976
        },
        {
            "start": 1262700981,
            "stop": 1262700999
        }
    ]
}