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=324
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=325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=323",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 324,
    "results": [
        {
            "start": 938231454,
            "stop": 938237833
        },
        {
            "start": 938238057,
            "stop": 938242135
        },
        {
            "start": 938242139,
            "stop": 938242197
        },
        {
            "start": 938242199,
            "stop": 938247344
        },
        {
            "start": 938247362,
            "stop": 938252796
        },
        {
            "start": 938254947,
            "stop": 938259067
        },
        {
            "start": 938267235,
            "stop": 938273143
        },
        {
            "start": 938320179,
            "stop": 938325448
        },
        {
            "start": 938335283,
            "stop": 938335294
        },
        {
            "start": 938337457,
            "stop": 938337471
        },
        {
            "start": 938353157,
            "stop": 938363860
        },
        {
            "start": 938365976,
            "stop": 938368715
        },
        {
            "start": 938368775,
            "stop": 938370875
        },
        {
            "start": 938370935,
            "stop": 938373285
        },
        {
            "start": 938416945,
            "stop": 938421758
        },
        {
            "start": 938425329,
            "stop": 938426666
        },
        {
            "start": 938430855,
            "stop": 938432015
        },
        {
            "start": 938432495,
            "stop": 938432685
        },
        {
            "start": 938432710,
            "stop": 938439714
        },
        {
            "start": 938439769,
            "stop": 938439772
        }
    ]
}