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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5105",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5103",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5104,
    "results": [
        {
            "start": 1135884563,
            "stop": 1135884581
        },
        {
            "start": 1135884583,
            "stop": 1135884632
        },
        {
            "start": 1135884634,
            "stop": 1135884657
        },
        {
            "start": 1135884659,
            "stop": 1135884755
        },
        {
            "start": 1135884757,
            "stop": 1135884782
        },
        {
            "start": 1135884784,
            "stop": 1135884838
        },
        {
            "start": 1135884840,
            "stop": 1135884896
        },
        {
            "start": 1135884898,
            "stop": 1135884938
        },
        {
            "start": 1135884940,
            "stop": 1135884997
        },
        {
            "start": 1135884999,
            "stop": 1135885079
        },
        {
            "start": 1135885081,
            "stop": 1135885108
        },
        {
            "start": 1135885110,
            "stop": 1135885151
        },
        {
            "start": 1135885153,
            "stop": 1135885162
        },
        {
            "start": 1135885164,
            "stop": 1135885212
        },
        {
            "start": 1135885214,
            "stop": 1135885243
        },
        {
            "start": 1135885245,
            "stop": 1135885268
        },
        {
            "start": 1135885270,
            "stop": 1135885313
        },
        {
            "start": 1135885315,
            "stop": 1135885493
        },
        {
            "start": 1135885495,
            "stop": 1135885509
        },
        {
            "start": 1135885511,
            "stop": 1135885515
        }
    ]
}