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=757
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=758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=756",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 757,
    "results": [
        {
            "start": 859279275,
            "stop": 859281255
        },
        {
            "start": 859285480,
            "stop": 859286200
        },
        {
            "start": 859286350,
            "stop": 859287730
        },
        {
            "start": 859287760,
            "stop": 859289320
        },
        {
            "start": 859289350,
            "stop": 859290220
        },
        {
            "start": 859291570,
            "stop": 859292710
        },
        {
            "start": 859292740,
            "stop": 859295950
        },
        {
            "start": 859296159,
            "stop": 859296819
        },
        {
            "start": 859296977,
            "stop": 859305617
        },
        {
            "start": 859308451,
            "stop": 859308811
        },
        {
            "start": 859309299,
            "stop": 859309539
        },
        {
            "start": 859309716,
            "stop": 859310136
        },
        {
            "start": 859310314,
            "stop": 859310614
        },
        {
            "start": 859311063,
            "stop": 859311213
        },
        {
            "start": 859311243,
            "stop": 859311663
        },
        {
            "start": 859311929,
            "stop": 859312469
        },
        {
            "start": 859315607,
            "stop": 859315967
        },
        {
            "start": 859316125,
            "stop": 859316425
        },
        {
            "start": 859316638,
            "stop": 859316698
        },
        {
            "start": 859316970,
            "stop": 859317150
        }
    ]
}