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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29354",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29352",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29353,
    "results": [
        {
            "start": 971256404,
            "stop": 971256419
        },
        {
            "start": 971256422,
            "stop": 971256441
        },
        {
            "start": 971256442,
            "stop": 971256449
        },
        {
            "start": 971256452,
            "stop": 971256474
        },
        {
            "start": 971256475,
            "stop": 971256479
        },
        {
            "start": 971256480,
            "stop": 971256487
        },
        {
            "start": 971256489,
            "stop": 971256493
        },
        {
            "start": 971256494,
            "stop": 971256496
        },
        {
            "start": 971256497,
            "stop": 971256505
        },
        {
            "start": 971256506,
            "stop": 971256549
        },
        {
            "start": 971256552,
            "stop": 971256560
        },
        {
            "start": 971256562,
            "stop": 971256565
        },
        {
            "start": 971256567,
            "stop": 971256572
        },
        {
            "start": 971256574,
            "stop": 971256597
        },
        {
            "start": 971256600,
            "stop": 971256602
        },
        {
            "start": 971256606,
            "stop": 971256645
        },
        {
            "start": 971256649,
            "stop": 971256682
        },
        {
            "start": 971256685,
            "stop": 971256703
        },
        {
            "start": 971256706,
            "stop": 971256709
        },
        {
            "start": 971256711,
            "stop": 971256719
        }
    ]
}