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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2201",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2202,
    "results": [
        {
            "start": 872583418,
            "stop": 872583455
        },
        {
            "start": 872584877,
            "stop": 872586509
        },
        {
            "start": 872586531,
            "stop": 872586718
        },
        {
            "start": 872586737,
            "stop": 872586886
        },
        {
            "start": 872586913,
            "stop": 872587043
        },
        {
            "start": 872587062,
            "stop": 872587087
        },
        {
            "start": 872589046,
            "stop": 872589057
        },
        {
            "start": 872589085,
            "stop": 872589099
        },
        {
            "start": 872589116,
            "stop": 872589216
        },
        {
            "start": 872589233,
            "stop": 872589330
        },
        {
            "start": 872589347,
            "stop": 872589494
        },
        {
            "start": 872589513,
            "stop": 872589521
        },
        {
            "start": 872589552,
            "stop": 872589631
        },
        {
            "start": 872589685,
            "stop": 872589708
        },
        {
            "start": 872589740,
            "stop": 872590013
        },
        {
            "start": 872590032,
            "stop": 872590101
        },
        {
            "start": 872590125,
            "stop": 872590146
        },
        {
            "start": 872590169,
            "stop": 872590220
        },
        {
            "start": 872590239,
            "stop": 872590343
        },
        {
            "start": 872590362,
            "stop": 872591179
        }
    ]
}