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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=392",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 393,
    "results": [
        {
            "start": 932555915,
            "stop": 932555916
        },
        {
            "start": 932555918,
            "stop": 932555931
        },
        {
            "start": 932555933,
            "stop": 932555975
        },
        {
            "start": 932555978,
            "stop": 932558415
        },
        {
            "start": 932558775,
            "stop": 932559567
        },
        {
            "start": 932562483,
            "stop": 932562506
        },
        {
            "start": 932562509,
            "stop": 932563009
        },
        {
            "start": 932563011,
            "stop": 932563229
        },
        {
            "start": 932563232,
            "stop": 932563528
        },
        {
            "start": 932563531,
            "stop": 932564123
        },
        {
            "start": 932564126,
            "stop": 932565615
        },
        {
            "start": 932565975,
            "stop": 932565999
        },
        {
            "start": 932566002,
            "stop": 932566371
        },
        {
            "start": 932587098,
            "stop": 932587215
        },
        {
            "start": 932587575,
            "stop": 932587639
        },
        {
            "start": 932587642,
            "stop": 932587680
        },
        {
            "start": 932587681,
            "stop": 932588226
        },
        {
            "start": 932588227,
            "stop": 932588491
        },
        {
            "start": 932588492,
            "stop": 932588795
        },
        {
            "start": 932588797,
            "stop": 932588865
        }
    ]
}