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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=140",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 141,
    "results": [
        {
            "start": 822274249,
            "stop": 822274369
        },
        {
            "start": 822274671,
            "stop": 822274731
        },
        {
            "start": 822275010,
            "stop": 822275310
        },
        {
            "start": 822275463,
            "stop": 822275763
        },
        {
            "start": 822276165,
            "stop": 822276225
        },
        {
            "start": 822278538,
            "stop": 822278718
        },
        {
            "start": 822279248,
            "stop": 822279488
        },
        {
            "start": 822279663,
            "stop": 822279783
        },
        {
            "start": 822279943,
            "stop": 822281503
        },
        {
            "start": 822281654,
            "stop": 822281774
        },
        {
            "start": 822282196,
            "stop": 822282796
        },
        {
            "start": 822283964,
            "stop": 822288884
        },
        {
            "start": 822289127,
            "stop": 822290327
        },
        {
            "start": 822291008,
            "stop": 822293588
        },
        {
            "start": 822295471,
            "stop": 822295531
        },
        {
            "start": 822301659,
            "stop": 822302439
        },
        {
            "start": 822302794,
            "stop": 822303814
        },
        {
            "start": 822303969,
            "stop": 822305229
        },
        {
            "start": 822305382,
            "stop": 822305622
        },
        {
            "start": 822305762,
            "stop": 822305942
        }
    ]
}