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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 114,
    "results": [
        {
            "start": 817863076,
            "stop": 817863112
        },
        {
            "start": 817863116,
            "stop": 817863272
        },
        {
            "start": 817863275,
            "stop": 817863329
        },
        {
            "start": 817863332,
            "stop": 817863344
        },
        {
            "start": 817863347,
            "stop": 817863437
        },
        {
            "start": 817863441,
            "stop": 817863444
        },
        {
            "start": 817863453,
            "stop": 817863456
        },
        {
            "start": 817863460,
            "stop": 817863469
        },
        {
            "start": 817863475,
            "stop": 817863536
        },
        {
            "start": 817863540,
            "stop": 817863561
        },
        {
            "start": 817863564,
            "stop": 817863584
        },
        {
            "start": 817863587,
            "stop": 817863706
        },
        {
            "start": 817863718,
            "stop": 817863730
        },
        {
            "start": 817863734,
            "stop": 817863748
        },
        {
            "start": 817863751,
            "stop": 817863762
        },
        {
            "start": 817863768,
            "stop": 817863790
        },
        {
            "start": 817863794,
            "stop": 817863859
        },
        {
            "start": 817863862,
            "stop": 817863882
        },
        {
            "start": 817863885,
            "stop": 817863903
        },
        {
            "start": 817863907,
            "stop": 817864056
        }
    ]
}