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=253
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=254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=252",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 253,
    "results": [
        {
            "start": 821392436,
            "stop": 821392441
        },
        {
            "start": 821392451,
            "stop": 821392454
        },
        {
            "start": 821392466,
            "stop": 821392473
        },
        {
            "start": 821392485,
            "stop": 821392500
        },
        {
            "start": 821392508,
            "stop": 821392611
        },
        {
            "start": 821392619,
            "stop": 821392655
        },
        {
            "start": 821392665,
            "stop": 821392671
        },
        {
            "start": 821392682,
            "stop": 821392725
        },
        {
            "start": 821392742,
            "stop": 821392754
        },
        {
            "start": 821392762,
            "stop": 821392776
        },
        {
            "start": 821392791,
            "stop": 821392813
        },
        {
            "start": 821392822,
            "stop": 821392891
        },
        {
            "start": 821392899,
            "stop": 821392906
        },
        {
            "start": 821392916,
            "stop": 821392928
        },
        {
            "start": 821392936,
            "stop": 821392997
        },
        {
            "start": 821393005,
            "stop": 821393069
        },
        {
            "start": 821393087,
            "stop": 821393132
        },
        {
            "start": 821393140,
            "stop": 821393217
        },
        {
            "start": 821393225,
            "stop": 821393277
        },
        {
            "start": 821393285,
            "stop": 821393433
        }
    ]
}