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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=220",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 221,
    "results": [
        {
            "start": 818216454,
            "stop": 818216457
        },
        {
            "start": 818216478,
            "stop": 818216480
        },
        {
            "start": 818216495,
            "stop": 818216496
        },
        {
            "start": 818216499,
            "stop": 818216502
        },
        {
            "start": 818216516,
            "stop": 818216520
        },
        {
            "start": 818216530,
            "stop": 818216531
        },
        {
            "start": 818216545,
            "stop": 818216549
        },
        {
            "start": 818216553,
            "stop": 818216555
        },
        {
            "start": 818216595,
            "stop": 818216600
        },
        {
            "start": 818216603,
            "stop": 818216606
        },
        {
            "start": 818216617,
            "stop": 818216618
        },
        {
            "start": 818216625,
            "stop": 818216628
        },
        {
            "start": 818216660,
            "stop": 818216661
        },
        {
            "start": 818216677,
            "stop": 818216678
        },
        {
            "start": 818216688,
            "stop": 818216689
        },
        {
            "start": 818216692,
            "stop": 818216693
        },
        {
            "start": 818216698,
            "stop": 818216699
        },
        {
            "start": 818216713,
            "stop": 818216714
        },
        {
            "start": 818216717,
            "stop": 818216722
        },
        {
            "start": 818216774,
            "stop": 818216775
        }
    ]
}