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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=302",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 303,
    "results": [
        {
            "start": 818422359,
            "stop": 818422384
        },
        {
            "start": 818422390,
            "stop": 818422421
        },
        {
            "start": 818422425,
            "stop": 818424473
        },
        {
            "start": 818424493,
            "stop": 818425588
        },
        {
            "start": 818425610,
            "stop": 818425892
        },
        {
            "start": 818425914,
            "stop": 818426329
        },
        {
            "start": 818468830,
            "stop": 818468887
        },
        {
            "start": 818468966,
            "stop": 818468972
        },
        {
            "start": 818468999,
            "stop": 818469020
        },
        {
            "start": 818469041,
            "stop": 818469163
        },
        {
            "start": 818469193,
            "stop": 818469704
        },
        {
            "start": 818469721,
            "stop": 818469739
        },
        {
            "start": 818469758,
            "stop": 818469773
        },
        {
            "start": 818469805,
            "stop": 818469986
        },
        {
            "start": 818470006,
            "stop": 818470055
        },
        {
            "start": 818470074,
            "stop": 818470466
        },
        {
            "start": 818470486,
            "stop": 818470703
        },
        {
            "start": 818470745,
            "stop": 818471191
        },
        {
            "start": 818471213,
            "stop": 818471674
        },
        {
            "start": 818471693,
            "stop": 818472015
        }
    ]
}