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=2150
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=2151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2149",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2150,
    "results": [
        {
            "start": 872313518,
            "stop": 872313522
        },
        {
            "start": 872313553,
            "stop": 872313634
        },
        {
            "start": 872313653,
            "stop": 872313663
        },
        {
            "start": 872313684,
            "stop": 872313696
        },
        {
            "start": 872313718,
            "stop": 872313721
        },
        {
            "start": 872313743,
            "stop": 872313760
        },
        {
            "start": 872313809,
            "stop": 872313894
        },
        {
            "start": 872313934,
            "stop": 872313944
        },
        {
            "start": 872313992,
            "stop": 872314004
        },
        {
            "start": 872314039,
            "stop": 872314044
        },
        {
            "start": 872314063,
            "stop": 872314085
        },
        {
            "start": 872314134,
            "stop": 872314148
        },
        {
            "start": 872314167,
            "stop": 872314437
        },
        {
            "start": 872314475,
            "stop": 872314506
        },
        {
            "start": 872314600,
            "stop": 872314605
        },
        {
            "start": 872314654,
            "stop": 872314855
        },
        {
            "start": 872314905,
            "stop": 872314942
        },
        {
            "start": 872314976,
            "stop": 872314989
        },
        {
            "start": 872315011,
            "stop": 872315031
        },
        {
            "start": 872315093,
            "stop": 872315142
        }
    ]
}