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=903
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=904",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=902",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 903,
    "results": [
        {
            "start": 867421629,
            "stop": 867421749
        },
        {
            "start": 867421912,
            "stop": 867422092
        },
        {
            "start": 867422239,
            "stop": 867422419
        },
        {
            "start": 867422572,
            "stop": 867422872
        },
        {
            "start": 867423038,
            "stop": 867423938
        },
        {
            "start": 867424112,
            "stop": 867424352
        },
        {
            "start": 867424500,
            "stop": 867425460
        },
        {
            "start": 867425619,
            "stop": 867425679
        },
        {
            "start": 867425850,
            "stop": 867426210
        },
        {
            "start": 867430155,
            "stop": 867430455
        },
        {
            "start": 867430606,
            "stop": 867434686
        },
        {
            "start": 867436558,
            "stop": 867436618
        },
        {
            "start": 867437078,
            "stop": 867437138
        },
        {
            "start": 867437306,
            "stop": 867437426
        },
        {
            "start": 867437913,
            "stop": 867438513
        },
        {
            "start": 867438665,
            "stop": 867438785
        },
        {
            "start": 867438949,
            "stop": 867441109
        },
        {
            "start": 867441272,
            "stop": 867441752
        },
        {
            "start": 867442122,
            "stop": 867442422
        },
        {
            "start": 867442776,
            "stop": 867442836
        }
    ]
}