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/S5/timelines/H1_BURST_CAT2E/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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=263",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 264,
    "results": [
        {
            "start": 846606126,
            "stop": 846606730
        },
        {
            "start": 846606733,
            "stop": 846607085
        },
        {
            "start": 846607094,
            "stop": 846607097
        },
        {
            "start": 846607109,
            "stop": 846607110
        },
        {
            "start": 846607113,
            "stop": 846607393
        },
        {
            "start": 846607396,
            "stop": 846607438
        },
        {
            "start": 846607441,
            "stop": 846607451
        },
        {
            "start": 846607457,
            "stop": 846607509
        },
        {
            "start": 846607515,
            "stop": 846607620
        },
        {
            "start": 846607631,
            "stop": 846608260
        },
        {
            "start": 846608264,
            "stop": 846608267
        },
        {
            "start": 846608270,
            "stop": 846608274
        },
        {
            "start": 846608284,
            "stop": 846608480
        },
        {
            "start": 846608483,
            "stop": 846610300
        },
        {
            "start": 846610304,
            "stop": 846610593
        },
        {
            "start": 846610599,
            "stop": 846611066
        },
        {
            "start": 846611069,
            "stop": 846611376
        },
        {
            "start": 846611383,
            "stop": 846611974
        },
        {
            "start": 846611977,
            "stop": 846611993
        },
        {
            "start": 846611996,
            "stop": 846612208
        }
    ]
}