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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=311",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 312,
    "results": [
        {
            "start": 931853590,
            "stop": 931853593
        },
        {
            "start": 931853597,
            "stop": 931853607
        },
        {
            "start": 931853609,
            "stop": 931853666
        },
        {
            "start": 931853671,
            "stop": 931853704
        },
        {
            "start": 931853709,
            "stop": 931853728
        },
        {
            "start": 931853731,
            "stop": 931853751
        },
        {
            "start": 931853753,
            "stop": 931853811
        },
        {
            "start": 931853813,
            "stop": 931853826
        },
        {
            "start": 931853828,
            "stop": 931853845
        },
        {
            "start": 931853848,
            "stop": 931853865
        },
        {
            "start": 931853869,
            "stop": 931853873
        },
        {
            "start": 931853875,
            "stop": 931853949
        },
        {
            "start": 931853952,
            "stop": 931853960
        },
        {
            "start": 931853962,
            "stop": 931853970
        },
        {
            "start": 931853974,
            "stop": 931854050
        },
        {
            "start": 931854055,
            "stop": 931854066
        },
        {
            "start": 931854068,
            "stop": 931854078
        },
        {
            "start": 931854080,
            "stop": 931854084
        },
        {
            "start": 931854086,
            "stop": 931854088
        },
        {
            "start": 931854090,
            "stop": 931854096
        }
    ]
}