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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=289",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 290,
    "results": [
        {
            "start": 931173619,
            "stop": 931173626
        },
        {
            "start": 931174465,
            "stop": 931174466
        },
        {
            "start": 931174471,
            "stop": 931174476
        },
        {
            "start": 931174477,
            "stop": 931174478
        },
        {
            "start": 931174479,
            "stop": 931174481
        },
        {
            "start": 931174482,
            "stop": 931174486
        },
        {
            "start": 931174493,
            "stop": 931174494
        },
        {
            "start": 931174508,
            "stop": 931174513
        },
        {
            "start": 931174519,
            "stop": 931174520
        },
        {
            "start": 931174521,
            "stop": 931174522
        },
        {
            "start": 931174529,
            "stop": 931174531
        },
        {
            "start": 931174532,
            "stop": 931174538
        },
        {
            "start": 931174549,
            "stop": 931174555
        },
        {
            "start": 931174557,
            "stop": 931174558
        },
        {
            "start": 931174562,
            "stop": 931174563
        },
        {
            "start": 931174566,
            "stop": 931174568
        },
        {
            "start": 931174571,
            "stop": 931174572
        },
        {
            "start": 931174574,
            "stop": 931174575
        },
        {
            "start": 931174576,
            "stop": 931174577
        },
        {
            "start": 931174578,
            "stop": 931174583
        }
    ]
}