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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=162",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 163,
    "results": [
        {
            "start": 816781807,
            "stop": 816781808
        },
        {
            "start": 816781812,
            "stop": 816781814
        },
        {
            "start": 816781818,
            "stop": 816781831
        },
        {
            "start": 816781836,
            "stop": 816781924
        },
        {
            "start": 816781929,
            "stop": 816781951
        },
        {
            "start": 816781956,
            "stop": 816781964
        },
        {
            "start": 816781969,
            "stop": 816781970
        },
        {
            "start": 816781978,
            "stop": 816781979
        },
        {
            "start": 816781983,
            "stop": 816782039
        },
        {
            "start": 816782044,
            "stop": 816782053
        },
        {
            "start": 816782060,
            "stop": 816782067
        },
        {
            "start": 816782072,
            "stop": 816782102
        },
        {
            "start": 816782105,
            "stop": 816782118
        },
        {
            "start": 816782121,
            "stop": 816782154
        },
        {
            "start": 816782159,
            "stop": 816782160
        },
        {
            "start": 816782165,
            "stop": 816782167
        },
        {
            "start": 816782174,
            "stop": 816782221
        },
        {
            "start": 816782225,
            "stop": 816782324
        },
        {
            "start": 816782327,
            "stop": 816782334
        },
        {
            "start": 816782341,
            "stop": 816782348
        }
    ]
}