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_CAT1/segments?format=api&page=175
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=174",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 175,
    "results": [
        {
            "start": 846496383,
            "stop": 846511932
        },
        {
            "start": 846512053,
            "stop": 846512055
        },
        {
            "start": 846512065,
            "stop": 846512348
        },
        {
            "start": 846515923,
            "stop": 846517747
        },
        {
            "start": 846518749,
            "stop": 846519997
        },
        {
            "start": 846538728,
            "stop": 846546332
        },
        {
            "start": 846546712,
            "stop": 846547262
        },
        {
            "start": 846548238,
            "stop": 846577492
        },
        {
            "start": 846578504,
            "stop": 846598933
        },
        {
            "start": 846603225,
            "stop": 846604112
        },
        {
            "start": 846604858,
            "stop": 846605124
        },
        {
            "start": 846605691,
            "stop": 846607863
        },
        {
            "start": 846608129,
            "stop": 846620741
        },
        {
            "start": 846621056,
            "stop": 846623579
        },
        {
            "start": 846626863,
            "stop": 846662816
        },
        {
            "start": 846663353,
            "stop": 846666395
        },
        {
            "start": 846667288,
            "stop": 846689655
        },
        {
            "start": 846690077,
            "stop": 846691737
        },
        {
            "start": 846692253,
            "stop": 846694747
        },
        {
            "start": 846694887,
            "stop": 846702608
        }
    ]
}