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=1434
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=1435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1433",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1434,
    "results": [
        {
            "start": 853576062,
            "stop": 853576065
        },
        {
            "start": 853577096,
            "stop": 853577758
        },
        {
            "start": 853578376,
            "stop": 853595420
        },
        {
            "start": 853597064,
            "stop": 853601663
        },
        {
            "start": 853601666,
            "stop": 853601819
        },
        {
            "start": 853601967,
            "stop": 853601998
        },
        {
            "start": 853602398,
            "stop": 853603855
        },
        {
            "start": 853746786,
            "stop": 853747167
        },
        {
            "start": 853748160,
            "stop": 853772503
        },
        {
            "start": 853832365,
            "stop": 853838672
        },
        {
            "start": 853843278,
            "stop": 853864350
        },
        {
            "start": 853947863,
            "stop": 853955049
        },
        {
            "start": 853955110,
            "stop": 853955124
        },
        {
            "start": 853955305,
            "stop": 853957606
        },
        {
            "start": 853957696,
            "stop": 853962236
        },
        {
            "start": 854013754,
            "stop": 854043389
        },
        {
            "start": 854046197,
            "stop": 854050906
        },
        {
            "start": 854082332,
            "stop": 854087085
        },
        {
            "start": 854088142,
            "stop": 854114575
        },
        {
            "start": 854114578,
            "stop": 854122145
        }
    ]
}