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=764
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=765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=763",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 764,
    "results": [
        {
            "start": 856531055,
            "stop": 856531535
        },
        {
            "start": 856531705,
            "stop": 856535665
        },
        {
            "start": 856537866,
            "stop": 856539726
        },
        {
            "start": 856539936,
            "stop": 856540176
        },
        {
            "start": 856540328,
            "stop": 856540688
        },
        {
            "start": 856540848,
            "stop": 856541028
        },
        {
            "start": 856542515,
            "stop": 856543595
        },
        {
            "start": 856543923,
            "stop": 856544103
        },
        {
            "start": 856545958,
            "stop": 856546138
        },
        {
            "start": 856546274,
            "stop": 856546394
        },
        {
            "start": 856551446,
            "stop": 856551626
        },
        {
            "start": 856551843,
            "stop": 856551963
        },
        {
            "start": 856552188,
            "stop": 856553388
        },
        {
            "start": 856553626,
            "stop": 856554826
        },
        {
            "start": 856557008,
            "stop": 856557128
        },
        {
            "start": 856557292,
            "stop": 856558792
        },
        {
            "start": 856559012,
            "stop": 856559372
        },
        {
            "start": 856559852,
            "stop": 856559972
        },
        {
            "start": 856560126,
            "stop": 856560786
        },
        {
            "start": 856563795,
            "stop": 856565235
        }
    ]
}