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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=254",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 255,
    "results": [
        {
            "start": 934358655,
            "stop": 934360321
        },
        {
            "start": 934360324,
            "stop": 934362015
        },
        {
            "start": 934362255,
            "stop": 934363936
        },
        {
            "start": 934363939,
            "stop": 934365272
        },
        {
            "start": 934365274,
            "stop": 934365615
        },
        {
            "start": 934365855,
            "stop": 934366031
        },
        {
            "start": 934366036,
            "stop": 934367915
        },
        {
            "start": 934367917,
            "stop": 934368274
        },
        {
            "start": 934368276,
            "stop": 934368765
        },
        {
            "start": 934368768,
            "stop": 934368949
        },
        {
            "start": 934368951,
            "stop": 934369215
        },
        {
            "start": 934369455,
            "stop": 934370208
        },
        {
            "start": 934370211,
            "stop": 934370269
        },
        {
            "start": 934370271,
            "stop": 934370344
        },
        {
            "start": 934370346,
            "stop": 934370659
        },
        {
            "start": 934370661,
            "stop": 934372815
        },
        {
            "start": 934373055,
            "stop": 934373691
        },
        {
            "start": 934373694,
            "stop": 934373868
        },
        {
            "start": 934373871,
            "stop": 934374121
        },
        {
            "start": 934374124,
            "stop": 934374417
        }
    ]
}