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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=301",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 302,
    "results": [
        {
            "start": 832537028,
            "stop": 832537328
        },
        {
            "start": 832537558,
            "stop": 832539658
        },
        {
            "start": 832539825,
            "stop": 832540785
        },
        {
            "start": 832541050,
            "stop": 832541170
        },
        {
            "start": 832541901,
            "stop": 832542441
        },
        {
            "start": 832543420,
            "stop": 832544980
        },
        {
            "start": 832545359,
            "stop": 832545599
        },
        {
            "start": 832545754,
            "stop": 832550494
        },
        {
            "start": 832550851,
            "stop": 832550911
        },
        {
            "start": 832551402,
            "stop": 832551822
        },
        {
            "start": 832551978,
            "stop": 832552398
        },
        {
            "start": 832552541,
            "stop": 832553261
        },
        {
            "start": 832554239,
            "stop": 832554779
        },
        {
            "start": 832554968,
            "stop": 832555388
        },
        {
            "start": 832559520,
            "stop": 832560180
        },
        {
            "start": 832560210,
            "stop": 832561860
        },
        {
            "start": 832562071,
            "stop": 832571251
        },
        {
            "start": 832571463,
            "stop": 832576443
        },
        {
            "start": 832577326,
            "stop": 832581466
        },
        {
            "start": 832581912,
            "stop": 832582932
        }
    ]
}