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=2117
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=2118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2116",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2117,
    "results": [
        {
            "start": 872139385,
            "stop": 872139391
        },
        {
            "start": 872139457,
            "stop": 872139476
        },
        {
            "start": 872139520,
            "stop": 872139648
        },
        {
            "start": 872139687,
            "stop": 872139700
        },
        {
            "start": 872139719,
            "stop": 872139727
        },
        {
            "start": 872139746,
            "stop": 872139773
        },
        {
            "start": 872139798,
            "stop": 872139925
        },
        {
            "start": 872139944,
            "stop": 872140010
        },
        {
            "start": 872140029,
            "stop": 872140076
        },
        {
            "start": 872140104,
            "stop": 872140125
        },
        {
            "start": 872140144,
            "stop": 872140181
        },
        {
            "start": 872140200,
            "stop": 872140206
        },
        {
            "start": 872140241,
            "stop": 872140460
        },
        {
            "start": 872140481,
            "stop": 872140497
        },
        {
            "start": 872140518,
            "stop": 872140567
        },
        {
            "start": 872140628,
            "stop": 872140657
        },
        {
            "start": 872140679,
            "stop": 872140741
        },
        {
            "start": 872140780,
            "stop": 872140861
        },
        {
            "start": 872140884,
            "stop": 872140978
        },
        {
            "start": 872141001,
            "stop": 872141007
        }
    ]
}