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=744
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=745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=743",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 744,
    "results": [
        {
            "start": 858432332,
            "stop": 858432722
        },
        {
            "start": 858457425,
            "stop": 858457725
        },
        {
            "start": 858459677,
            "stop": 858459737
        },
        {
            "start": 858460889,
            "stop": 858461849
        },
        {
            "start": 858466991,
            "stop": 858467711
        },
        {
            "start": 858468554,
            "stop": 858469394
        },
        {
            "start": 858469562,
            "stop": 858469922
        },
        {
            "start": 858471400,
            "stop": 858474400
        },
        {
            "start": 858474490,
            "stop": 858477700
        },
        {
            "start": 858477992,
            "stop": 858482192
        },
        {
            "start": 858482222,
            "stop": 858486872
        },
        {
            "start": 858487928,
            "stop": 858489668
        },
        {
            "start": 858490402,
            "stop": 858490822
        },
        {
            "start": 858491051,
            "stop": 858497891
        },
        {
            "start": 858499830,
            "stop": 858503490
        },
        {
            "start": 858503773,
            "stop": 858504013
        },
        {
            "start": 858504043,
            "stop": 858506473
        },
        {
            "start": 858506858,
            "stop": 858514598
        },
        {
            "start": 858514958,
            "stop": 858515078
        },
        {
            "start": 858515302,
            "stop": 858518272
        }
    ]
}