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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=141",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 142,
    "results": [
        {
            "start": 932070776,
            "stop": 932070788
        },
        {
            "start": 932070791,
            "stop": 932070804
        },
        {
            "start": 932070806,
            "stop": 932070834
        },
        {
            "start": 932070836,
            "stop": 932070939
        },
        {
            "start": 932070941,
            "stop": 932070968
        },
        {
            "start": 932070971,
            "stop": 932071014
        },
        {
            "start": 932071016,
            "stop": 932071028
        },
        {
            "start": 932071031,
            "stop": 932071059
        },
        {
            "start": 932071061,
            "stop": 932071089
        },
        {
            "start": 932071091,
            "stop": 932071103
        },
        {
            "start": 932071106,
            "stop": 932071134
        },
        {
            "start": 932071136,
            "stop": 932071148
        },
        {
            "start": 932071151,
            "stop": 932071358
        },
        {
            "start": 932071361,
            "stop": 932071373
        },
        {
            "start": 932071376,
            "stop": 932071389
        },
        {
            "start": 932071391,
            "stop": 932071404
        },
        {
            "start": 932071406,
            "stop": 932071419
        },
        {
            "start": 932071421,
            "stop": 932072395
        },
        {
            "start": 932072397,
            "stop": 932072415
        },
        {
            "start": 932072775,
            "stop": 932074125
        }
    ]
}