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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=137",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 138,
    "results": [
        {
            "start": 932759119,
            "stop": 932759503
        },
        {
            "start": 932759508,
            "stop": 932759664
        },
        {
            "start": 932759717,
            "stop": 932759892
        },
        {
            "start": 932759929,
            "stop": 932759932
        },
        {
            "start": 932759954,
            "stop": 932759997
        },
        {
            "start": 932760124,
            "stop": 932760141
        },
        {
            "start": 932760161,
            "stop": 932760184
        },
        {
            "start": 932760239,
            "stop": 932760242
        },
        {
            "start": 932760265,
            "stop": 932760269
        },
        {
            "start": 932760288,
            "stop": 932761176
        },
        {
            "start": 932761181,
            "stop": 932761368
        },
        {
            "start": 932761400,
            "stop": 932761810
        },
        {
            "start": 932761896,
            "stop": 932762403
        },
        {
            "start": 932762422,
            "stop": 932762480
        },
        {
            "start": 932762507,
            "stop": 932762517
        },
        {
            "start": 932762542,
            "stop": 932762649
        },
        {
            "start": 932762672,
            "stop": 932762676
        },
        {
            "start": 932762696,
            "stop": 932762799
        },
        {
            "start": 932762818,
            "stop": 932762846
        },
        {
            "start": 932762879,
            "stop": 932762944
        }
    ]
}