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=2221
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=2222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2220",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2221,
    "results": [
        {
            "start": 872972772,
            "stop": 872972791
        },
        {
            "start": 872972796,
            "stop": 872972827
        },
        {
            "start": 872972832,
            "stop": 872972861
        },
        {
            "start": 872972866,
            "stop": 872972876
        },
        {
            "start": 872972882,
            "stop": 872972940
        },
        {
            "start": 872972946,
            "stop": 872973043
        },
        {
            "start": 872973075,
            "stop": 872973110
        },
        {
            "start": 872973116,
            "stop": 872973159
        },
        {
            "start": 872973164,
            "stop": 872973405
        },
        {
            "start": 872973410,
            "stop": 872973512
        },
        {
            "start": 872973518,
            "stop": 872973560
        },
        {
            "start": 872973566,
            "stop": 872973592
        },
        {
            "start": 872973598,
            "stop": 872973605
        },
        {
            "start": 872973610,
            "stop": 872973623
        },
        {
            "start": 872973629,
            "stop": 872973685
        },
        {
            "start": 872973691,
            "stop": 872973722
        },
        {
            "start": 872973728,
            "stop": 872973738
        },
        {
            "start": 872973744,
            "stop": 872973757
        },
        {
            "start": 872973796,
            "stop": 872973839
        },
        {
            "start": 872973844,
            "stop": 872973900
        }
    ]
}