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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=158",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 159,
    "results": [
        {
            "start": 932903889,
            "stop": 932903891
        },
        {
            "start": 932904110,
            "stop": 932904111
        },
        {
            "start": 932904518,
            "stop": 932904521
        },
        {
            "start": 932904882,
            "stop": 932904883
        },
        {
            "start": 932904911,
            "stop": 932904913
        },
        {
            "start": 932904939,
            "stop": 932904949
        },
        {
            "start": 932904968,
            "stop": 932904970
        },
        {
            "start": 932904989,
            "stop": 932904995
        },
        {
            "start": 932905043,
            "stop": 932905097
        },
        {
            "start": 932905117,
            "stop": 932905167
        },
        {
            "start": 932905205,
            "stop": 932905210
        },
        {
            "start": 932905247,
            "stop": 932905256
        },
        {
            "start": 932905261,
            "stop": 932905287
        },
        {
            "start": 932905325,
            "stop": 932905363
        },
        {
            "start": 932905419,
            "stop": 932905422
        },
        {
            "start": 932905427,
            "stop": 932905450
        },
        {
            "start": 932905480,
            "stop": 932905492
        },
        {
            "start": 932905511,
            "stop": 932905641
        },
        {
            "start": 932905660,
            "stop": 932905704
        },
        {
            "start": 932905710,
            "stop": 932905727
        }
    ]
}