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=615
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=616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=614",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 615,
    "results": [
        {
            "start": 850275053,
            "stop": 850275893
        },
        {
            "start": 850277082,
            "stop": 850278342
        },
        {
            "start": 850278550,
            "stop": 850278610
        },
        {
            "start": 850278778,
            "stop": 850281478
        },
        {
            "start": 850281769,
            "stop": 850282609
        },
        {
            "start": 850284897,
            "stop": 850284987
        },
        {
            "start": 850285251,
            "stop": 850285731
        },
        {
            "start": 850285906,
            "stop": 850287526
        },
        {
            "start": 850294571,
            "stop": 850296311
        },
        {
            "start": 850296490,
            "stop": 850296550
        },
        {
            "start": 850296723,
            "stop": 850299123
        },
        {
            "start": 850299327,
            "stop": 850300947
        },
        {
            "start": 850301202,
            "stop": 850303752
        },
        {
            "start": 850304018,
            "stop": 850306778
        },
        {
            "start": 850306953,
            "stop": 850307733
        },
        {
            "start": 850307884,
            "stop": 850308364
        },
        {
            "start": 850311186,
            "stop": 850313286
        },
        {
            "start": 850313964,
            "stop": 850314084
        },
        {
            "start": 850324915,
            "stop": 850325095
        },
        {
            "start": 850325265,
            "stop": 850326075
        }
    ]
}