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=775
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=776",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=774",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 775,
    "results": [
        {
            "start": 857208566,
            "stop": 857209466
        },
        {
            "start": 857209635,
            "stop": 857215065
        },
        {
            "start": 857215215,
            "stop": 857219655
        },
        {
            "start": 857219846,
            "stop": 857222486
        },
        {
            "start": 857224854,
            "stop": 857227314
        },
        {
            "start": 857227458,
            "stop": 857229258
        },
        {
            "start": 857230616,
            "stop": 857231936
        },
        {
            "start": 857251237,
            "stop": 857252017
        },
        {
            "start": 857252262,
            "stop": 857253522
        },
        {
            "start": 857253672,
            "stop": 857254632
        },
        {
            "start": 857256781,
            "stop": 857257921
        },
        {
            "start": 857258464,
            "stop": 857259094
        },
        {
            "start": 857259244,
            "stop": 857262544
        },
        {
            "start": 857263140,
            "stop": 857264580
        },
        {
            "start": 857265078,
            "stop": 857265438
        },
        {
            "start": 857265674,
            "stop": 857266784
        },
        {
            "start": 857266934,
            "stop": 857268734
        },
        {
            "start": 857269463,
            "stop": 857290043
        },
        {
            "start": 857291341,
            "stop": 857292151
        },
        {
            "start": 857292301,
            "stop": 857298181
        }
    ]
}