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=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=227",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 228,
    "results": [
        {
            "start": 827430906,
            "stop": 827430966
        },
        {
            "start": 827431100,
            "stop": 827431160
        },
        {
            "start": 827431601,
            "stop": 827431721
        },
        {
            "start": 827432934,
            "stop": 827432994
        },
        {
            "start": 827433182,
            "stop": 827433242
        },
        {
            "start": 827435694,
            "stop": 827435754
        },
        {
            "start": 827436082,
            "stop": 827436142
        },
        {
            "start": 827436615,
            "stop": 827436675
        },
        {
            "start": 827436826,
            "stop": 827436886
        },
        {
            "start": 827437509,
            "stop": 827437689
        },
        {
            "start": 827440094,
            "stop": 827440214
        },
        {
            "start": 827445109,
            "stop": 827445409
        },
        {
            "start": 827445922,
            "stop": 827445982
        },
        {
            "start": 827446443,
            "stop": 827446623
        },
        {
            "start": 827446904,
            "stop": 827447024
        },
        {
            "start": 827450416,
            "stop": 827450476
        },
        {
            "start": 827454350,
            "stop": 827454770
        },
        {
            "start": 827462987,
            "stop": 827463107
        },
        {
            "start": 827463395,
            "stop": 827463455
        },
        {
            "start": 827463670,
            "stop": 827463970
        }
    ]
}