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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=94",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 95,
    "results": [
        {
            "start": 932133756,
            "stop": 932136491
        },
        {
            "start": 932136611,
            "stop": 932139653
        },
        {
            "start": 932139673,
            "stop": 932139731
        },
        {
            "start": 932139791,
            "stop": 932144811
        },
        {
            "start": 932147240,
            "stop": 932152083
        },
        {
            "start": 932152872,
            "stop": 932157491
        },
        {
            "start": 932157611,
            "stop": 932166877
        },
        {
            "start": 932167820,
            "stop": 932193868
        },
        {
            "start": 932193887,
            "stop": 932202245
        },
        {
            "start": 932202264,
            "stop": 932208163
        },
        {
            "start": 932208182,
            "stop": 932209811
        },
        {
            "start": 932209829,
            "stop": 932210208
        },
        {
            "start": 932210227,
            "stop": 932210335
        },
        {
            "start": 932215353,
            "stop": 932216659
        },
        {
            "start": 932244338,
            "stop": 932252635
        },
        {
            "start": 932258455,
            "stop": 932258503
        },
        {
            "start": 932258522,
            "stop": 932258670
        },
        {
            "start": 932258688,
            "stop": 932260037
        },
        {
            "start": 932260043,
            "stop": 932260158
        },
        {
            "start": 932260423,
            "stop": 932260599
        }
    ]
}