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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=138",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 139,
    "results": [
        {
            "start": 931731748,
            "stop": 931731759
        },
        {
            "start": 931731769,
            "stop": 931731773
        },
        {
            "start": 931731787,
            "stop": 931731812
        },
        {
            "start": 931731833,
            "stop": 931731841
        },
        {
            "start": 931731854,
            "stop": 931731860
        },
        {
            "start": 931731868,
            "stop": 931731871
        },
        {
            "start": 931731905,
            "stop": 931731908
        },
        {
            "start": 931731922,
            "stop": 931731940
        },
        {
            "start": 931731948,
            "stop": 931731974
        },
        {
            "start": 931731982,
            "stop": 931731986
        },
        {
            "start": 931731992,
            "stop": 931731997
        },
        {
            "start": 931732002,
            "stop": 931732007
        },
        {
            "start": 931732016,
            "stop": 931732034
        },
        {
            "start": 931732056,
            "stop": 931732059
        },
        {
            "start": 931732070,
            "stop": 931732071
        },
        {
            "start": 931732078,
            "stop": 931732101
        },
        {
            "start": 931732109,
            "stop": 931732113
        },
        {
            "start": 931732125,
            "stop": 931732150
        },
        {
            "start": 931732166,
            "stop": 931732174
        },
        {
            "start": 931735500,
            "stop": 931735504
        }
    ]
}