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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=319",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 320,
    "results": [
        {
            "start": 823329332,
            "stop": 823329360
        },
        {
            "start": 823329367,
            "stop": 823329437
        },
        {
            "start": 823329443,
            "stop": 823329497
        },
        {
            "start": 823329502,
            "stop": 823329526
        },
        {
            "start": 823329531,
            "stop": 823329562
        },
        {
            "start": 823329567,
            "stop": 823329576
        },
        {
            "start": 823329581,
            "stop": 823329619
        },
        {
            "start": 823329626,
            "stop": 823329727
        },
        {
            "start": 823329732,
            "stop": 823329759
        },
        {
            "start": 823329768,
            "stop": 823329874
        },
        {
            "start": 823329880,
            "stop": 823329932
        },
        {
            "start": 823329948,
            "stop": 823329964
        },
        {
            "start": 823329976,
            "stop": 823330004
        },
        {
            "start": 823330009,
            "stop": 823330173
        },
        {
            "start": 823330203,
            "stop": 823330311
        },
        {
            "start": 823330317,
            "stop": 823330402
        },
        {
            "start": 823330410,
            "stop": 823330450
        },
        {
            "start": 823330456,
            "stop": 823330552
        },
        {
            "start": 823330567,
            "stop": 823330685
        },
        {
            "start": 823330690,
            "stop": 823330841
        }
    ]
}