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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=734",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 735,
    "results": [
        {
            "start": 830505436,
            "stop": 830505437
        },
        {
            "start": 830505440,
            "stop": 830505441
        },
        {
            "start": 830505446,
            "stop": 830505449
        },
        {
            "start": 830505456,
            "stop": 830505457
        },
        {
            "start": 830505460,
            "stop": 830505488
        },
        {
            "start": 830505491,
            "stop": 830507265
        },
        {
            "start": 830507268,
            "stop": 830507889
        },
        {
            "start": 830507893,
            "stop": 830508256
        },
        {
            "start": 830508259,
            "stop": 830510016
        },
        {
            "start": 830510033,
            "stop": 830510560
        },
        {
            "start": 830510572,
            "stop": 830510590
        },
        {
            "start": 830510593,
            "stop": 830512707
        },
        {
            "start": 830512710,
            "stop": 830520120
        },
        {
            "start": 830520180,
            "stop": 830523784
        },
        {
            "start": 830523787,
            "stop": 830524210
        },
        {
            "start": 830524213,
            "stop": 830527035
        },
        {
            "start": 830527038,
            "stop": 830531141
        },
        {
            "start": 830531158,
            "stop": 830531301
        },
        {
            "start": 830531318,
            "stop": 830532001
        },
        {
            "start": 830532018,
            "stop": 830532720
        }
    ]
}