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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=871",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 872,
    "results": [
        {
            "start": 862752824,
            "stop": 862754384
        },
        {
            "start": 862756991,
            "stop": 862758131
        },
        {
            "start": 862759504,
            "stop": 862759564
        },
        {
            "start": 862759720,
            "stop": 862759840
        },
        {
            "start": 862761566,
            "stop": 862762826
        },
        {
            "start": 862763313,
            "stop": 862764303
        },
        {
            "start": 862764453,
            "stop": 862764753
        },
        {
            "start": 862766831,
            "stop": 862766951
        },
        {
            "start": 862767098,
            "stop": 862767398
        },
        {
            "start": 862767563,
            "stop": 862768703
        },
        {
            "start": 862769744,
            "stop": 862769864
        },
        {
            "start": 862770312,
            "stop": 862772232
        },
        {
            "start": 862772402,
            "stop": 862773002
        },
        {
            "start": 862773605,
            "stop": 862774265
        },
        {
            "start": 862774397,
            "stop": 862774997
        },
        {
            "start": 862775139,
            "stop": 862775739
        },
        {
            "start": 862775886,
            "stop": 862777506
        },
        {
            "start": 862808135,
            "stop": 862811405
        },
        {
            "start": 862811597,
            "stop": 862813037
        },
        {
            "start": 862814564,
            "stop": 862819244
        }
    ]
}