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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=377",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=375",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 376,
    "results": [
        {
            "start": 865785240,
            "stop": 865788702
        },
        {
            "start": 865788723,
            "stop": 865789622
        },
        {
            "start": 865789643,
            "stop": 865789837
        },
        {
            "start": 865789858,
            "stop": 865789860
        },
        {
            "start": 865789920,
            "stop": 865793114
        },
        {
            "start": 865793292,
            "stop": 865795030
        },
        {
            "start": 865796583,
            "stop": 865798360
        },
        {
            "start": 865802988,
            "stop": 865804434
        },
        {
            "start": 865804456,
            "stop": 865807147
        },
        {
            "start": 865807318,
            "stop": 865808378
        },
        {
            "start": 865809599,
            "stop": 865811964
        },
        {
            "start": 865811996,
            "stop": 865812019
        },
        {
            "start": 865812043,
            "stop": 865812052
        },
        {
            "start": 865812073,
            "stop": 865814340
        },
        {
            "start": 865814400,
            "stop": 865823915
        },
        {
            "start": 865825373,
            "stop": 865825511
        },
        {
            "start": 865825528,
            "stop": 865825800
        },
        {
            "start": 865825860,
            "stop": 865826168
        },
        {
            "start": 865826468,
            "stop": 865827201
        },
        {
            "start": 865827219,
            "stop": 865827602
        }
    ]
}