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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=170",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 171,
    "results": [
        {
            "start": 819396883,
            "stop": 819397252
        },
        {
            "start": 819397263,
            "stop": 819397287
        },
        {
            "start": 819397295,
            "stop": 819398428
        },
        {
            "start": 819398436,
            "stop": 819400410
        },
        {
            "start": 819400650,
            "stop": 819401345
        },
        {
            "start": 819401356,
            "stop": 819401575
        },
        {
            "start": 819401582,
            "stop": 819402393
        },
        {
            "start": 819402400,
            "stop": 819404947
        },
        {
            "start": 819404958,
            "stop": 819405491
        },
        {
            "start": 819405504,
            "stop": 819405509
        },
        {
            "start": 819405517,
            "stop": 819405521
        },
        {
            "start": 819405530,
            "stop": 819406414
        },
        {
            "start": 819406422,
            "stop": 819408675
        },
        {
            "start": 819408682,
            "stop": 819410173
        },
        {
            "start": 819414649,
            "stop": 819414694
        },
        {
            "start": 819414701,
            "stop": 819416070
        },
        {
            "start": 819416310,
            "stop": 819448404
        },
        {
            "start": 819449929,
            "stop": 819460912
        },
        {
            "start": 819460918,
            "stop": 819472170
        },
        {
            "start": 819473177,
            "stop": 819473191
        }
    ]
}