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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10088",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10089,
    "results": [
        {
            "start": 873226431,
            "stop": 873226751
        },
        {
            "start": 873226787,
            "stop": 873226824
        },
        {
            "start": 873226833,
            "stop": 873226893
        },
        {
            "start": 873226929,
            "stop": 873226944
        },
        {
            "start": 873226980,
            "stop": 873227139
        },
        {
            "start": 873227147,
            "stop": 873227178
        },
        {
            "start": 873227185,
            "stop": 873227197
        },
        {
            "start": 873227206,
            "stop": 873227218
        },
        {
            "start": 873227256,
            "stop": 873227294
        },
        {
            "start": 873227302,
            "stop": 873227454
        },
        {
            "start": 873227493,
            "stop": 873227594
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229664
        },
        {
            "start": 873229698,
            "stop": 873229858
        },
        {
            "start": 873229892,
            "stop": 873229999
        },
        {
            "start": 873230017,
            "stop": 873230123
        },
        {
            "start": 873230158,
            "stop": 873230254
        },
        {
            "start": 873230261,
            "stop": 873230319
        },
        {
            "start": 873230326,
            "stop": 873230393
        },
        {
            "start": 873230400,
            "stop": 873230409
        }
    ]
}