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=247
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=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=246",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 247,
    "results": [
        {
            "start": 818223344,
            "stop": 818223345
        },
        {
            "start": 818223365,
            "stop": 818223368
        },
        {
            "start": 818223371,
            "stop": 818223374
        },
        {
            "start": 818223387,
            "stop": 818223388
        },
        {
            "start": 818223405,
            "stop": 818223409
        },
        {
            "start": 818223424,
            "stop": 818223426
        },
        {
            "start": 818223434,
            "stop": 818223436
        },
        {
            "start": 818223447,
            "stop": 818223453
        },
        {
            "start": 818223484,
            "stop": 818223493
        },
        {
            "start": 818223510,
            "stop": 818223511
        },
        {
            "start": 818223519,
            "stop": 818223523
        },
        {
            "start": 818223553,
            "stop": 818223555
        },
        {
            "start": 818223565,
            "stop": 818223573
        },
        {
            "start": 818223583,
            "stop": 818223586
        },
        {
            "start": 818223590,
            "stop": 818223591
        },
        {
            "start": 818223610,
            "stop": 818223613
        },
        {
            "start": 818223617,
            "stop": 818223619
        },
        {
            "start": 818223622,
            "stop": 818223623
        },
        {
            "start": 818223626,
            "stop": 818223629
        },
        {
            "start": 818223632,
            "stop": 818223634
        }
    ]
}