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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=402",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 403,
    "results": [
        {
            "start": 821766542,
            "stop": 821766544
        },
        {
            "start": 821766552,
            "stop": 821766553
        },
        {
            "start": 821766556,
            "stop": 821766559
        },
        {
            "start": 821766564,
            "stop": 821766568
        },
        {
            "start": 821766577,
            "stop": 821766584
        },
        {
            "start": 821766590,
            "stop": 821766601
        },
        {
            "start": 821766610,
            "stop": 821766628
        },
        {
            "start": 821766631,
            "stop": 821766646
        },
        {
            "start": 821766655,
            "stop": 821766669
        },
        {
            "start": 821766672,
            "stop": 821766681
        },
        {
            "start": 821766686,
            "stop": 821766695
        },
        {
            "start": 821766698,
            "stop": 821766719
        },
        {
            "start": 821766722,
            "stop": 821766737
        },
        {
            "start": 821766740,
            "stop": 821766744
        },
        {
            "start": 821766757,
            "stop": 821766773
        },
        {
            "start": 821766778,
            "stop": 821766781
        },
        {
            "start": 821766784,
            "stop": 821766785
        },
        {
            "start": 821766788,
            "stop": 821766791
        },
        {
            "start": 821766794,
            "stop": 821766797
        },
        {
            "start": 821766800,
            "stop": 821766802
        }
    ]
}