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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 343,
    "results": [
        {
            "start": 1381892390,
            "stop": 1381894125
        },
        {
            "start": 1381894128,
            "stop": 1381900428
        },
        {
            "start": 1381900430,
            "stop": 1381922323
        },
        {
            "start": 1381922326,
            "stop": 1381922437
        },
        {
            "start": 1381922441,
            "stop": 1381944773
        },
        {
            "start": 1381949065,
            "stop": 1381969034
        },
        {
            "start": 1381969037,
            "stop": 1381972670
        },
        {
            "start": 1381972675,
            "stop": 1381974755
        },
        {
            "start": 1381974759,
            "stop": 1381978503
        },
        {
            "start": 1381978507,
            "stop": 1381984866
        },
        {
            "start": 1381996587,
            "stop": 1381998141
        },
        {
            "start": 1381998144,
            "stop": 1382019584
        },
        {
            "start": 1382019587,
            "stop": 1382025281
        },
        {
            "start": 1382025285,
            "stop": 1382025436
        },
        {
            "start": 1382025441,
            "stop": 1382026923
        },
        {
            "start": 1382026926,
            "stop": 1382039531
        },
        {
            "start": 1382039534,
            "stop": 1382040401
        },
        {
            "start": 1382040404,
            "stop": 1382041839
        },
        {
            "start": 1382122908,
            "stop": 1382123778
        },
        {
            "start": 1382123783,
            "stop": 1382127565
        }
    ]
}