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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1740",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1738",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1739,
    "results": [
        {
            "start": 958622741,
            "stop": 958622743
        },
        {
            "start": 958622745,
            "stop": 958622767
        },
        {
            "start": 958622769,
            "stop": 958622983
        },
        {
            "start": 958622985,
            "stop": 958623001
        },
        {
            "start": 958623004,
            "stop": 958623006
        },
        {
            "start": 958623011,
            "stop": 958623052
        },
        {
            "start": 958623054,
            "stop": 958623064
        },
        {
            "start": 958623066,
            "stop": 958623088
        },
        {
            "start": 958623090,
            "stop": 958623092
        },
        {
            "start": 958623096,
            "stop": 958623098
        },
        {
            "start": 958623100,
            "stop": 958623235
        },
        {
            "start": 958623238,
            "stop": 958623300
        },
        {
            "start": 958623302,
            "stop": 958623435
        },
        {
            "start": 958623439,
            "stop": 958623440
        },
        {
            "start": 958623442,
            "stop": 958623455
        },
        {
            "start": 958623459,
            "stop": 958623618
        },
        {
            "start": 958623620,
            "stop": 958623629
        },
        {
            "start": 958623632,
            "stop": 958623666
        },
        {
            "start": 958623668,
            "stop": 958623681
        },
        {
            "start": 958623683,
            "stop": 958623686
        }
    ]
}