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=821
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=822",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=820",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 821,
    "results": [
        {
            "start": 859983972,
            "stop": 859990392
        },
        {
            "start": 859990534,
            "stop": 859990714
        },
        {
            "start": 859990879,
            "stop": 859991119
        },
        {
            "start": 859992618,
            "stop": 859993518
        },
        {
            "start": 859993708,
            "stop": 859995688
        },
        {
            "start": 859995830,
            "stop": 859998170
        },
        {
            "start": 859998396,
            "stop": 859998636
        },
        {
            "start": 859998795,
            "stop": 859998975
        },
        {
            "start": 859999186,
            "stop": 860000686
        },
        {
            "start": 860000776,
            "stop": 860000836
        },
        {
            "start": 860000866,
            "stop": 860006026
        },
        {
            "start": 860006238,
            "stop": 860006538
        },
        {
            "start": 860006766,
            "stop": 860010906
        },
        {
            "start": 860012033,
            "stop": 860018753
        },
        {
            "start": 860018903,
            "stop": 860023553
        },
        {
            "start": 860023760,
            "stop": 860028140
        },
        {
            "start": 860028292,
            "stop": 860031712
        },
        {
            "start": 860031934,
            "stop": 860046634
        },
        {
            "start": 860047969,
            "stop": 860049049
        },
        {
            "start": 860050106,
            "stop": 860054096
        }
    ]
}