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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=42",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 43,
    "results": [
        {
            "start": 818399434,
            "stop": 818399944
        },
        {
            "start": 818400094,
            "stop": 818400334
        },
        {
            "start": 818400506,
            "stop": 818400566
        },
        {
            "start": 818400723,
            "stop": 818401023
        },
        {
            "start": 818401166,
            "stop": 818401766
        },
        {
            "start": 818402099,
            "stop": 818403179
        },
        {
            "start": 818403321,
            "stop": 818403441
        },
        {
            "start": 818403580,
            "stop": 818403820
        },
        {
            "start": 818403972,
            "stop": 818404932
        },
        {
            "start": 818405444,
            "stop": 818405744
        },
        {
            "start": 818405912,
            "stop": 818407652
        },
        {
            "start": 818407814,
            "stop": 818408294
        },
        {
            "start": 818408461,
            "stop": 818408941
        },
        {
            "start": 818409104,
            "stop": 818409404
        },
        {
            "start": 818410747,
            "stop": 818410987
        },
        {
            "start": 818411129,
            "stop": 818411249
        },
        {
            "start": 818411459,
            "stop": 818411579
        },
        {
            "start": 818411733,
            "stop": 818411853
        },
        {
            "start": 818411998,
            "stop": 818412838
        },
        {
            "start": 818412989,
            "stop": 818415689
        }
    ]
}