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/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=827
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=828",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=826",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 827,
    "results": [
        {
            "start": 959925246,
            "stop": 959935022
        },
        {
            "start": 959937543,
            "stop": 959939590
        },
        {
            "start": 959940334,
            "stop": 959944544
        },
        {
            "start": 959944550,
            "stop": 959944644
        },
        {
            "start": 959952415,
            "stop": 959952689
        },
        {
            "start": 959954263,
            "stop": 959954940
        },
        {
            "start": 959959093,
            "stop": 959959112
        },
        {
            "start": 959959833,
            "stop": 959959987
        },
        {
            "start": 959962800,
            "stop": 959966541
        },
        {
            "start": 959969809,
            "stop": 959973357
        },
        {
            "start": 959973676,
            "stop": 959973719
        },
        {
            "start": 959974712,
            "stop": 959974737
        },
        {
            "start": 959977258,
            "stop": 959980796
        },
        {
            "start": 959982079,
            "stop": 959984032
        },
        {
            "start": 959984038,
            "stop": 959984855
        },
        {
            "start": 959989659,
            "stop": 959992887
        },
        {
            "start": 960003979,
            "stop": 960005740
        },
        {
            "start": 960005746,
            "stop": 960008237
        },
        {
            "start": 960008243,
            "stop": 960014818
        },
        {
            "start": 960014824,
            "stop": 960022452
        }
    ]
}