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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=591",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 592,
    "results": [
        {
            "start": 827893881,
            "stop": 827895736
        },
        {
            "start": 827895753,
            "stop": 827915310
        },
        {
            "start": 827915400,
            "stop": 827921742
        },
        {
            "start": 827922151,
            "stop": 827922191
        },
        {
            "start": 827922208,
            "stop": 827927949
        },
        {
            "start": 827927966,
            "stop": 827929735
        },
        {
            "start": 827929739,
            "stop": 827930647
        },
        {
            "start": 827930664,
            "stop": 827936068
        },
        {
            "start": 827936085,
            "stop": 827942700
        },
        {
            "start": 827942760,
            "stop": 827944411
        },
        {
            "start": 827944428,
            "stop": 827944704
        },
        {
            "start": 827944721,
            "stop": 827945220
        },
        {
            "start": 827945280,
            "stop": 827945700
        },
        {
            "start": 827945766,
            "stop": 827945828
        },
        {
            "start": 827945938,
            "stop": 827946399
        },
        {
            "start": 827946699,
            "stop": 827950207
        },
        {
            "start": 827950224,
            "stop": 827953680
        },
        {
            "start": 827953751,
            "stop": 827961775
        },
        {
            "start": 827961792,
            "stop": 827965985
        },
        {
            "start": 827966025,
            "stop": 827966035
        }
    ]
}