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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=150",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 151,
    "results": [
        {
            "start": 1239418848,
            "stop": 1239419142
        },
        {
            "start": 1239419145,
            "stop": 1239419530
        },
        {
            "start": 1239419534,
            "stop": 1239421277
        },
        {
            "start": 1239421281,
            "stop": 1239421748
        },
        {
            "start": 1239421753,
            "stop": 1239424088
        },
        {
            "start": 1239424093,
            "stop": 1239424326
        },
        {
            "start": 1239424328,
            "stop": 1239424384
        },
        {
            "start": 1239424385,
            "stop": 1239428251
        },
        {
            "start": 1239428255,
            "stop": 1239428257
        },
        {
            "start": 1239428262,
            "stop": 1239428266
        },
        {
            "start": 1239428271,
            "stop": 1239428498
        },
        {
            "start": 1239428501,
            "stop": 1239428965
        },
        {
            "start": 1239428969,
            "stop": 1239429212
        },
        {
            "start": 1239429215,
            "stop": 1239429747
        },
        {
            "start": 1239429752,
            "stop": 1239430799
        },
        {
            "start": 1239430803,
            "stop": 1239434076
        },
        {
            "start": 1239434081,
            "stop": 1239434696
        },
        {
            "start": 1239434699,
            "stop": 1239435926
        },
        {
            "start": 1239435927,
            "stop": 1239437306
        },
        {
            "start": 1239437310,
            "stop": 1239437581
        }
    ]
}