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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 349,
    "results": [
        {
            "start": 855952468,
            "stop": 855952470
        },
        {
            "start": 855952471,
            "stop": 855952772
        },
        {
            "start": 855952773,
            "stop": 855952783
        },
        {
            "start": 855952786,
            "stop": 855953055
        },
        {
            "start": 855953060,
            "stop": 855953095
        },
        {
            "start": 855954827,
            "stop": 855954977
        },
        {
            "start": 856005590,
            "stop": 856006450
        },
        {
            "start": 856006560,
            "stop": 856006591
        },
        {
            "start": 856006891,
            "stop": 856006895
        },
        {
            "start": 856007195,
            "stop": 856008103
        },
        {
            "start": 856008403,
            "stop": 856008414
        },
        {
            "start": 856008724,
            "stop": 856013457
        },
        {
            "start": 856013460,
            "stop": 856013503
        },
        {
            "start": 856013506,
            "stop": 856013681
        },
        {
            "start": 856013684,
            "stop": 856014969
        },
        {
            "start": 856014972,
            "stop": 856015024
        },
        {
            "start": 856015030,
            "stop": 856015289
        },
        {
            "start": 856015292,
            "stop": 856015329
        },
        {
            "start": 856015334,
            "stop": 856015398
        },
        {
            "start": 856015401,
            "stop": 856015403
        }
    ]
}