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=853
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=854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=852",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 853,
    "results": [
        {
            "start": 864740421,
            "stop": 864742011
        },
        {
            "start": 864745083,
            "stop": 864745203
        },
        {
            "start": 864745353,
            "stop": 864745473
        },
        {
            "start": 864745756,
            "stop": 864746176
        },
        {
            "start": 864746513,
            "stop": 864746633
        },
        {
            "start": 864746922,
            "stop": 864747102
        },
        {
            "start": 864747229,
            "stop": 864748009
        },
        {
            "start": 864748154,
            "stop": 864748214
        },
        {
            "start": 864748368,
            "stop": 864748548
        },
        {
            "start": 864748693,
            "stop": 864748873
        },
        {
            "start": 864749044,
            "stop": 864749224
        },
        {
            "start": 864756044,
            "stop": 864756584
        },
        {
            "start": 864756723,
            "stop": 864756903
        },
        {
            "start": 864757267,
            "stop": 864757627
        },
        {
            "start": 864757790,
            "stop": 864757970
        },
        {
            "start": 864763471,
            "stop": 864763651
        },
        {
            "start": 864764241,
            "stop": 864764421
        },
        {
            "start": 864764766,
            "stop": 864765426
        },
        {
            "start": 864765645,
            "stop": 864765885
        },
        {
            "start": 864766042,
            "stop": 864766102
        }
    ]
}