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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2307",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2308,
    "results": [
        {
            "start": 874134777,
            "stop": 874135256
        },
        {
            "start": 874135275,
            "stop": 874135349
        },
        {
            "start": 874135368,
            "stop": 874135826
        },
        {
            "start": 874137154,
            "stop": 874137159
        },
        {
            "start": 874137178,
            "stop": 874137244
        },
        {
            "start": 874137275,
            "stop": 874137695
        },
        {
            "start": 874137714,
            "stop": 874137960
        },
        {
            "start": 874137979,
            "stop": 874137994
        },
        {
            "start": 874138013,
            "stop": 874138066
        },
        {
            "start": 874138085,
            "stop": 874138289
        },
        {
            "start": 874138309,
            "stop": 874138355
        },
        {
            "start": 874138399,
            "stop": 874139121
        },
        {
            "start": 874139140,
            "stop": 874139169
        },
        {
            "start": 874139188,
            "stop": 874139901
        },
        {
            "start": 874139954,
            "stop": 874140073
        },
        {
            "start": 874140092,
            "stop": 874141138
        },
        {
            "start": 874141160,
            "stop": 874141272
        },
        {
            "start": 874141291,
            "stop": 874143060
        },
        {
            "start": 874143079,
            "stop": 874143485
        },
        {
            "start": 874143504,
            "stop": 874144222
        }
    ]
}