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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9800",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9801,
    "results": [
        {
            "start": 873868062,
            "stop": 873868067
        },
        {
            "start": 873868070,
            "stop": 873868087
        },
        {
            "start": 873868090,
            "stop": 873868102
        },
        {
            "start": 873868105,
            "stop": 873868332
        },
        {
            "start": 873868335,
            "stop": 873868968
        },
        {
            "start": 873868979,
            "stop": 873868988
        },
        {
            "start": 873868991,
            "stop": 873868992
        },
        {
            "start": 873868995,
            "stop": 873869019
        },
        {
            "start": 873869023,
            "stop": 873869296
        },
        {
            "start": 873869299,
            "stop": 873869302
        },
        {
            "start": 873869305,
            "stop": 873870053
        },
        {
            "start": 873870057,
            "stop": 873870062
        },
        {
            "start": 873870065,
            "stop": 873870074
        },
        {
            "start": 873870077,
            "stop": 873870081
        },
        {
            "start": 873870084,
            "stop": 873881144
        },
        {
            "start": 873881145,
            "stop": 873881146
        },
        {
            "start": 873881147,
            "stop": 873881288
        },
        {
            "start": 873881289,
            "stop": 873881323
        },
        {
            "start": 873881324,
            "stop": 873881325
        },
        {
            "start": 873882202,
            "stop": 873884977
        }
    ]
}