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=29356
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=29357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29355",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29356,
    "results": [
        {
            "start": 971257332,
            "stop": 971257340
        },
        {
            "start": 971257341,
            "stop": 971257397
        },
        {
            "start": 971257399,
            "stop": 971257412
        },
        {
            "start": 971257414,
            "stop": 971257432
        },
        {
            "start": 971257433,
            "stop": 971257440
        },
        {
            "start": 971257441,
            "stop": 971257453
        },
        {
            "start": 971257455,
            "stop": 971257462
        },
        {
            "start": 971257466,
            "stop": 971257469
        },
        {
            "start": 971257472,
            "stop": 971257477
        },
        {
            "start": 971257481,
            "stop": 971257482
        },
        {
            "start": 971257484,
            "stop": 971257488
        },
        {
            "start": 971257490,
            "stop": 971257492
        },
        {
            "start": 971257494,
            "stop": 971257512
        },
        {
            "start": 971257513,
            "stop": 971257514
        },
        {
            "start": 971257516,
            "stop": 971257524
        },
        {
            "start": 971257525,
            "stop": 971257530
        },
        {
            "start": 971257531,
            "stop": 971257532
        },
        {
            "start": 971257534,
            "stop": 971257575
        },
        {
            "start": 971257576,
            "stop": 971257582
        },
        {
            "start": 971257584,
            "stop": 971257585
        }
    ]
}