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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=191",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 192,
    "results": [
        {
            "start": 933214083,
            "stop": 933214267
        },
        {
            "start": 933214387,
            "stop": 933214573
        },
        {
            "start": 933214693,
            "stop": 933214898
        },
        {
            "start": 933215018,
            "stop": 933215715
        },
        {
            "start": 933215835,
            "stop": 933216910
        },
        {
            "start": 933216929,
            "stop": 933217215
        },
        {
            "start": 933217575,
            "stop": 933219329
        },
        {
            "start": 933219389,
            "stop": 933219629
        },
        {
            "start": 933219689,
            "stop": 933219869
        },
        {
            "start": 933219929,
            "stop": 933220049
        },
        {
            "start": 933220109,
            "stop": 933220769
        },
        {
            "start": 933221669,
            "stop": 933221729
        },
        {
            "start": 933221909,
            "stop": 933222029
        },
        {
            "start": 933222089,
            "stop": 933222329
        },
        {
            "start": 933222389,
            "stop": 933223229
        },
        {
            "start": 933223289,
            "stop": 933223709
        },
        {
            "start": 933223829,
            "stop": 933223949
        },
        {
            "start": 933224129,
            "stop": 933224309
        },
        {
            "start": 933224369,
            "stop": 933224415
        },
        {
            "start": 933224789,
            "stop": 933224969
        }
    ]
}