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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=274",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 275,
    "results": [
        {
            "start": 830298766,
            "stop": 830298826
        },
        {
            "start": 830301229,
            "stop": 830301289
        },
        {
            "start": 830303152,
            "stop": 830303212
        },
        {
            "start": 830303459,
            "stop": 830304179
        },
        {
            "start": 830304575,
            "stop": 830304935
        },
        {
            "start": 830305111,
            "stop": 830308651
        },
        {
            "start": 830308964,
            "stop": 830310044
        },
        {
            "start": 830310509,
            "stop": 830310929
        },
        {
            "start": 830311907,
            "stop": 830315687
        },
        {
            "start": 830316051,
            "stop": 830320011
        },
        {
            "start": 830320293,
            "stop": 830320353
        },
        {
            "start": 830320565,
            "stop": 830323265
        },
        {
            "start": 830323588,
            "stop": 830323768
        },
        {
            "start": 830324126,
            "stop": 830324186
        },
        {
            "start": 830325301,
            "stop": 830325361
        },
        {
            "start": 830325503,
            "stop": 830325683
        },
        {
            "start": 830325872,
            "stop": 830325932
        },
        {
            "start": 830326315,
            "stop": 830326645
        },
        {
            "start": 830326735,
            "stop": 830326795
        },
        {
            "start": 830326825,
            "stop": 830327095
        }
    ]
}