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=2086
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=2087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2085",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2086,
    "results": [
        {
            "start": 871230997,
            "stop": 871231123
        },
        {
            "start": 871231676,
            "stop": 871232125
        },
        {
            "start": 871232158,
            "stop": 871234080
        },
        {
            "start": 871234140,
            "stop": 871234336
        },
        {
            "start": 871234431,
            "stop": 871234680
        },
        {
            "start": 871234740,
            "stop": 871235531
        },
        {
            "start": 871235548,
            "stop": 871235922
        },
        {
            "start": 871235940,
            "stop": 871236300
        },
        {
            "start": 871236369,
            "stop": 871236410
        },
        {
            "start": 871236429,
            "stop": 871237118
        },
        {
            "start": 871237135,
            "stop": 871237927
        },
        {
            "start": 871237945,
            "stop": 871237955
        },
        {
            "start": 871237990,
            "stop": 871244361
        },
        {
            "start": 871284173,
            "stop": 871289648
        },
        {
            "start": 871305360,
            "stop": 871306440
        },
        {
            "start": 871306500,
            "stop": 871306534
        },
        {
            "start": 871309054,
            "stop": 871309072
        },
        {
            "start": 871309164,
            "stop": 871309174
        },
        {
            "start": 871309196,
            "stop": 871309358
        },
        {
            "start": 871309375,
            "stop": 871309751
        }
    ]
}