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=1702
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=1703",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1701",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1702,
    "results": [
        {
            "start": 957687871,
            "stop": 957687931
        },
        {
            "start": 957687932,
            "stop": 957688103
        },
        {
            "start": 957688105,
            "stop": 957688271
        },
        {
            "start": 957688273,
            "stop": 957688280
        },
        {
            "start": 957688282,
            "stop": 957688487
        },
        {
            "start": 957688488,
            "stop": 957688570
        },
        {
            "start": 957688572,
            "stop": 957689039
        },
        {
            "start": 957689041,
            "stop": 957689080
        },
        {
            "start": 957689082,
            "stop": 957689126
        },
        {
            "start": 957689128,
            "stop": 957689300
        },
        {
            "start": 957689302,
            "stop": 957689416
        },
        {
            "start": 957689418,
            "stop": 957689531
        },
        {
            "start": 957689533,
            "stop": 957689717
        },
        {
            "start": 957689719,
            "stop": 957689963
        },
        {
            "start": 957689965,
            "stop": 957690486
        },
        {
            "start": 957690488,
            "stop": 957690914
        },
        {
            "start": 957690916,
            "stop": 957691095
        },
        {
            "start": 957691097,
            "stop": 957691247
        },
        {
            "start": 957691249,
            "stop": 957691319
        },
        {
            "start": 957691325,
            "stop": 957691464
        }
    ]
}