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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=115",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 116,
    "results": [
        {
            "start": 818232967,
            "stop": 818232969
        },
        {
            "start": 818233019,
            "stop": 818233025
        },
        {
            "start": 818233069,
            "stop": 818233070
        },
        {
            "start": 818233280,
            "stop": 818233281
        },
        {
            "start": 818233364,
            "stop": 818233366
        },
        {
            "start": 818233413,
            "stop": 818233418
        },
        {
            "start": 818233527,
            "stop": 818233528
        },
        {
            "start": 818233542,
            "stop": 818233545
        },
        {
            "start": 818233672,
            "stop": 818233676
        },
        {
            "start": 818233684,
            "stop": 818233689
        },
        {
            "start": 818233745,
            "stop": 818233746
        },
        {
            "start": 818233776,
            "stop": 818233777
        },
        {
            "start": 818234513,
            "stop": 818234517
        },
        {
            "start": 818234594,
            "stop": 818234595
        },
        {
            "start": 818234633,
            "stop": 818234638
        },
        {
            "start": 818234665,
            "stop": 818234666
        },
        {
            "start": 818234836,
            "stop": 818234837
        },
        {
            "start": 818234881,
            "stop": 818234886
        },
        {
            "start": 818235105,
            "stop": 818235106
        },
        {
            "start": 818235155,
            "stop": 818235162
        }
    ]
}