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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=254",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 255,
    "results": [
        {
            "start": 829154329,
            "stop": 829154389
        },
        {
            "start": 829160040,
            "stop": 829160220
        },
        {
            "start": 829165461,
            "stop": 829165521
        },
        {
            "start": 829167528,
            "stop": 829167648
        },
        {
            "start": 829174328,
            "stop": 829174448
        },
        {
            "start": 829203357,
            "stop": 829204437
        },
        {
            "start": 829207572,
            "stop": 829213332
        },
        {
            "start": 829213492,
            "stop": 829213912
        },
        {
            "start": 829215353,
            "stop": 829217213
        },
        {
            "start": 829217425,
            "stop": 829218325
        },
        {
            "start": 829218471,
            "stop": 829218831
        },
        {
            "start": 829218861,
            "stop": 829218921
        },
        {
            "start": 829218951,
            "stop": 829219011
        },
        {
            "start": 829219041,
            "stop": 829219941
        },
        {
            "start": 829220031,
            "stop": 829220091
        },
        {
            "start": 829220121,
            "stop": 829220331
        },
        {
            "start": 829220734,
            "stop": 829223794
        },
        {
            "start": 829226082,
            "stop": 829226922
        },
        {
            "start": 829227088,
            "stop": 829227298
        },
        {
            "start": 829227448,
            "stop": 829227958
        }
    ]
}