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_H1L1/segments?format=api&page=124
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_H1L1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=123",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 124,
    "results": [
        {
            "start": 821942396,
            "stop": 821942696
        },
        {
            "start": 821943022,
            "stop": 821943622
        },
        {
            "start": 821943801,
            "stop": 821945481
        },
        {
            "start": 821945511,
            "stop": 821945961
        },
        {
            "start": 821946116,
            "stop": 821947016
        },
        {
            "start": 821947158,
            "stop": 821947938
        },
        {
            "start": 821948068,
            "stop": 821948248
        },
        {
            "start": 821948377,
            "stop": 821949457
        },
        {
            "start": 821949591,
            "stop": 821950071
        },
        {
            "start": 821950344,
            "stop": 821951844
        },
        {
            "start": 821952001,
            "stop": 821952121
        },
        {
            "start": 821952282,
            "stop": 821952522
        },
        {
            "start": 821952692,
            "stop": 821953412
        },
        {
            "start": 821953629,
            "stop": 821953689
        },
        {
            "start": 821953845,
            "stop": 821954025
        },
        {
            "start": 821955440,
            "stop": 821956880
        },
        {
            "start": 821957161,
            "stop": 821957701
        },
        {
            "start": 821958067,
            "stop": 821958187
        },
        {
            "start": 821958361,
            "stop": 821960521
        },
        {
            "start": 821960713,
            "stop": 821961133
        }
    ]
}