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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=397",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 398,
    "results": [
        {
            "start": 1261079404,
            "stop": 1261079405
        },
        {
            "start": 1261079408,
            "stop": 1261079412
        },
        {
            "start": 1261079415,
            "stop": 1261079419
        },
        {
            "start": 1261079422,
            "stop": 1261079460
        },
        {
            "start": 1261079462,
            "stop": 1261079472
        },
        {
            "start": 1261079475,
            "stop": 1261079493
        },
        {
            "start": 1261079495,
            "stop": 1261079627
        },
        {
            "start": 1261079629,
            "stop": 1261079630
        },
        {
            "start": 1261079635,
            "stop": 1261079668
        },
        {
            "start": 1261079671,
            "stop": 1261079701
        },
        {
            "start": 1261079709,
            "stop": 1261079717
        },
        {
            "start": 1261079720,
            "stop": 1261079724
        },
        {
            "start": 1261079727,
            "stop": 1261079778
        },
        {
            "start": 1261079781,
            "stop": 1261080612
        },
        {
            "start": 1261080616,
            "stop": 1261081161
        },
        {
            "start": 1261081164,
            "stop": 1261081512
        },
        {
            "start": 1261081518,
            "stop": 1261081531
        },
        {
            "start": 1261081534,
            "stop": 1261081565
        },
        {
            "start": 1261081566,
            "stop": 1261081571
        },
        {
            "start": 1261081574,
            "stop": 1261081577
        }
    ]
}