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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=771",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=769",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 770,
    "results": [
        {
            "start": 859983766,
            "stop": 859983826
        },
        {
            "start": 859983999,
            "stop": 859987029
        },
        {
            "start": 859987269,
            "stop": 859990389
        },
        {
            "start": 859990534,
            "stop": 859990714
        },
        {
            "start": 859990879,
            "stop": 859991119
        },
        {
            "start": 859992617,
            "stop": 859992797
        },
        {
            "start": 859992827,
            "stop": 859993517
        },
        {
            "start": 859993708,
            "stop": 859995688
        },
        {
            "start": 859995830,
            "stop": 859998170
        },
        {
            "start": 859998396,
            "stop": 859998636
        },
        {
            "start": 859998795,
            "stop": 859998975
        },
        {
            "start": 859999205,
            "stop": 860000645
        },
        {
            "start": 860001404,
            "stop": 860006024
        },
        {
            "start": 860006238,
            "stop": 860006538
        },
        {
            "start": 860006765,
            "stop": 860010905
        },
        {
            "start": 860011755,
            "stop": 860011815
        },
        {
            "start": 860011981,
            "stop": 860023561
        },
        {
            "start": 860023759,
            "stop": 860028139
        },
        {
            "start": 860028292,
            "stop": 860031712
        },
        {
            "start": 860031934,
            "stop": 860044324
        }
    ]
}