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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=168",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 169,
    "results": [
        {
            "start": 820184651,
            "stop": 820184725
        },
        {
            "start": 820184732,
            "stop": 820184744
        },
        {
            "start": 820184751,
            "stop": 820184822
        },
        {
            "start": 820184836,
            "stop": 820184868
        },
        {
            "start": 820184875,
            "stop": 820184896
        },
        {
            "start": 820184903,
            "stop": 820185033
        },
        {
            "start": 820185041,
            "stop": 820185087
        },
        {
            "start": 820185094,
            "stop": 820185251
        },
        {
            "start": 820185258,
            "stop": 820185344
        },
        {
            "start": 820185353,
            "stop": 820185431
        },
        {
            "start": 820185438,
            "stop": 820185504
        },
        {
            "start": 820185511,
            "stop": 820185526
        },
        {
            "start": 820185534,
            "stop": 820185549
        },
        {
            "start": 820185557,
            "stop": 820185758
        },
        {
            "start": 820185771,
            "stop": 820185971
        },
        {
            "start": 820185978,
            "stop": 820186064
        },
        {
            "start": 820186071,
            "stop": 820186130
        },
        {
            "start": 820186139,
            "stop": 820186170
        },
        {
            "start": 820186178,
            "stop": 820186224
        },
        {
            "start": 820186231,
            "stop": 820186294
        }
    ]
}