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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=239",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 240,
    "results": [
        {
            "start": 933231627,
            "stop": 933232748
        },
        {
            "start": 933232767,
            "stop": 933232902
        },
        {
            "start": 933232921,
            "stop": 933233276
        },
        {
            "start": 933233294,
            "stop": 933235948
        },
        {
            "start": 933235956,
            "stop": 933237491
        },
        {
            "start": 933237492,
            "stop": 933237610
        },
        {
            "start": 933237629,
            "stop": 933237676
        },
        {
            "start": 933237695,
            "stop": 933238469
        },
        {
            "start": 933238470,
            "stop": 933238977
        },
        {
            "start": 933238978,
            "stop": 933239002
        },
        {
            "start": 933239003,
            "stop": 933239951
        },
        {
            "start": 933239952,
            "stop": 933240015
        },
        {
            "start": 933240016,
            "stop": 933240097
        },
        {
            "start": 933240098,
            "stop": 933240161
        },
        {
            "start": 933240162,
            "stop": 933240191
        },
        {
            "start": 933240192,
            "stop": 933240196
        },
        {
            "start": 933240197,
            "stop": 933240704
        },
        {
            "start": 933240705,
            "stop": 933241125
        },
        {
            "start": 933241185,
            "stop": 933241362
        },
        {
            "start": 933241363,
            "stop": 933242048
        }
    ]
}