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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=512",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 513,
    "results": [
        {
            "start": 1262648148,
            "stop": 1262649329
        },
        {
            "start": 1262649337,
            "stop": 1262649671
        },
        {
            "start": 1262649674,
            "stop": 1262653830
        },
        {
            "start": 1262653838,
            "stop": 1262654515
        },
        {
            "start": 1262654522,
            "stop": 1262655774
        },
        {
            "start": 1262655777,
            "stop": 1262656280
        },
        {
            "start": 1262656282,
            "stop": 1262657490
        },
        {
            "start": 1262657498,
            "stop": 1262658652
        },
        {
            "start": 1262658655,
            "stop": 1262660158
        },
        {
            "start": 1262660161,
            "stop": 1262662570
        },
        {
            "start": 1262662577,
            "stop": 1262663783
        },
        {
            "start": 1262663786,
            "stop": 1262671583
        },
        {
            "start": 1262671586,
            "stop": 1262672872
        },
        {
            "start": 1262672875,
            "stop": 1262675108
        },
        {
            "start": 1262675111,
            "stop": 1262675428
        },
        {
            "start": 1262675431,
            "stop": 1262677321
        },
        {
            "start": 1262677324,
            "stop": 1262677909
        },
        {
            "start": 1262677912,
            "stop": 1262678292
        },
        {
            "start": 1262678295,
            "stop": 1262678305
        },
        {
            "start": 1262678311,
            "stop": 1262678313
        }
    ]
}