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=909
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=910",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=908",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 909,
    "results": [
        {
            "start": 867826116,
            "stop": 867826206
        },
        {
            "start": 867826326,
            "stop": 867826446
        },
        {
            "start": 867826476,
            "stop": 867826626
        },
        {
            "start": 867827046,
            "stop": 867827106
        },
        {
            "start": 867827316,
            "stop": 867827376
        },
        {
            "start": 867827406,
            "stop": 867827466
        },
        {
            "start": 867827616,
            "stop": 867827676
        },
        {
            "start": 867827993,
            "stop": 867828293
        },
        {
            "start": 867828353,
            "stop": 867828413
        },
        {
            "start": 867828503,
            "stop": 867831623
        },
        {
            "start": 867831743,
            "stop": 867833753
        },
        {
            "start": 867833955,
            "stop": 867836805
        },
        {
            "start": 867836865,
            "stop": 867836985
        },
        {
            "start": 867837015,
            "stop": 867837225
        },
        {
            "start": 867837285,
            "stop": 867837375
        },
        {
            "start": 867837525,
            "stop": 867838095
        },
        {
            "start": 867838275,
            "stop": 867847275
        },
        {
            "start": 867847441,
            "stop": 867847621
        },
        {
            "start": 867848365,
            "stop": 867852625
        },
        {
            "start": 867852792,
            "stop": 867852852
        }
    ]
}