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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=23",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 24,
    "results": [
        {
            "start": 818817518,
            "stop": 818830624
        },
        {
            "start": 818830656,
            "stop": 818831824
        },
        {
            "start": 818832578,
            "stop": 818850528
        },
        {
            "start": 818850560,
            "stop": 818860213
        },
        {
            "start": 818862107,
            "stop": 818878557
        },
        {
            "start": 818880188,
            "stop": 818883193
        },
        {
            "start": 818883464,
            "stop": 818885353
        },
        {
            "start": 818886084,
            "stop": 818888268
        },
        {
            "start": 818888966,
            "stop": 818893967
        },
        {
            "start": 818894582,
            "stop": 818896704
        },
        {
            "start": 818896736,
            "stop": 818901373
        },
        {
            "start": 818902910,
            "stop": 818909696
        },
        {
            "start": 818909728,
            "stop": 818910208
        },
        {
            "start": 818910240,
            "stop": 818911813
        },
        {
            "start": 818912156,
            "stop": 818917813
        },
        {
            "start": 818919353,
            "stop": 818937824
        },
        {
            "start": 818937856,
            "stop": 818945579
        },
        {
            "start": 818946980,
            "stop": 818951552
        },
        {
            "start": 818951584,
            "stop": 818952356
        },
        {
            "start": 818953327,
            "stop": 818954290
        }
    ]
}